To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歟??揖?? | 1001111101100010001111110011111110010111010010110011111100111111 | 9f623f3f974b3f3f |
EUC-JP | 歟??揖?? | 1101110111000011001111110011111111001101101011000011111100111111 | ddc33f3fcdac3f3f |
UTF-8 | 歟㏐래揖밧쑵 | 111001101010110110011111111000111000111110010000111010111001111010011000111001101000111110010110111010111011000010100111111011001001000110110101 | e6ad9fe38f90eb9e98e68f96ebb0a7ec91b5 |
UHC | 歟㏐래揖밧쑵 | 111001101010001010100111111010101011011110100001111010111110011110111001111001011011111010101010 | e6a2a7eab7a1ebe7b9e5beaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)