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 | 偃??閻?涅 | 100110001110111000111111001111111110100010000101001111111001111110111000 | 98ee3f3fe8853f9fb8 |
EUC-JP | 偃??閻?涅 | 110100001111000000111111001111111110111111100101001111111101111010111010 | d0f03f3fefe53fdeba |
UTF-8 | 偃뉔뇣閻쯅涅 | 111001011000000110000011111010111000100110010100111010111000011110100011111010011001011010111011111011001010111110000101111001101011011010000101 | e58183eb8994eb87a3e996bbecaf85e6b685 |
UHC | 偃뉔뇣閻쯅涅 | 111001011110011110000111111010011000011110001011111001111010001010101001010000011110011011101110 | e5e787e9878be7a2a941e6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)