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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??調 | 00111111001111111001001010110010 | 3f3f92b2 |
EUC-JP | ??調 | 00111111001111111100010010110100 | 3f3fc4b4 |
UTF-8 | 렯렻調 | 111010111010000010101111111010111010000010111011111010001010101010111111 | eba0afeba0bbe8aabf |
UHC | 렯렻調 | 100011101011110010001110110000111111000011100000 | 8ebc8ec3f0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)