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 | 嶸ゅ?鳶?? | 111110101011010010000010111000110011111110010011110011100011111100111111 | fab482e33f93ce3f3f |
EUC-JP | 嶸ゅ?鳶?? | 10001111101110111111010010100100111001010011111111000110110100000011111100111111 | 8fbbf4a4e53fc6d03f3f |
UTF-8 | 嶸ゅ룴鳶멱씩 | 111001011011011010111000111000111000001010000101111010111010001110110100111010011011001110110110111010111010100110110001111011001001010010101001 | e5b6b8e38285eba3b4e9b3b6eba9b1ec94a9 |
UHC | 嶸ゅ룴鳶멱씩 | 111001111010111010101010111001011000111110101001111001101110100110111000111010001011111010111111 | e7aeaae58fa9e6e9b8e8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)