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 | 莠壱。ョ崧、 | 111001001011101010001000111010111010000110101110111110101010111110100100 | e4ba88eba1aefaafa4 |
EUC-JP | 莠壱。ョ崧、 | 11101000101111001011000011101101100011101010000110001110101011101000111110111011110010101000111010100100 | e8bcb0ed8ea18eae8fbbca8ea4 |
UTF-8 | 莠壱。ョ崧、 | 111010001000111010100000111001011010001110110001111011111011110110100001111011111011110110101110111001011011010010100111111011111011110110100100 | e88ea0e5a3b1efbda1efbdaee5b4a7efbda4 |
UHC | ????崧? | 00111111001111110011111100111111111000101111111000111111 | 3f3f3f3fe2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)