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 | 莠壱。ョ寬ケ | 111001001011101010001000111010111010000110101110111110101010101010111001 | e4ba88eba1aefaaab9 |
EUC-JP | 莠壱。ョ?ケ | 1110100010111100101100001110110110001110101000011000111010101110001111111000111010111001 | e8bcb0ed8ea18eae3f8eb9 |
UTF-8 | 莠壱。ョ寬ケ | 111010001000111010100000111001011010001110110001111011111011110110100001111011111011110110101110111001011010111110101100111011111011110110111001 | e88ea0e5a3b1efbda1efbdaee5afacefbdb9 |
UHC | ????寬? | 00111111001111110011111100111111110011101011000000111111 | 3f3f3f3fceb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)