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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鳫ミ靜ィB | 11101001111011011101000011101000110011101010100001000010 | e9edd0e8cea842 |
EUC-JP | 鳫ミ靜ィB | 111100101110111110001110110100001111000011010000100011101010100001000010 | f2ef8ed0f0d08ea842 |
UTF-8 | 鳫ミ靜ィB | 11101001101100111010101111101111101111101001000011101001100111011001110011101111101111011010100001000010 | e9b3abefbe90e99d9cefbda842 |
UHC | ??靜?B | 001111110011111111110000101000010011111101000010 | 3f3ff0a13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)