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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶸鴃灌疇 | 1110101001010011111010011110111010011111111100111110000101100101 | ea53e9ee9ff3e165 |
EUC-JP | 鶸鴃灌疇 | 1111001110110100111100101111000011011110111101011110000111000110 | f3b4f2f0def5e1c6 |
UTF-8 | 鶸鴃灌疇 | 111010011011011010111000111010011011010010000011111001111000000110001100111001111001011010000111 | e9b6b8e9b483e7818ce79687 |
UHC | ??灌疇 | 001111110011111111001110101101001111000111000010 | 3f3fceb4f1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)