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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 調?汀?? | 10010010101100100011111110010010111100110011111100111111 | 92b23f92f33f3f |
EUC-JP | 調?汀?? | 11000100101101000011111111000100111101010011111100111111 | c4b43fc4f53f3f |
UTF-8 | 調렧汀렣롊 | 111010001010101010111111111010111010000010100111111001101011000110000000111010111010000010100011111010111010000110001010 | e8aabfeba0a7e6b180eba0a3eba18a |
UHC | 調렧汀렣롊 | 11110000111000001000111010110110111011111110001010001110101101001000111011010000 | f0e08eb6efe28eb48ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)