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 | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
SJIS-WIN | 鯀マウTB | 1110100110111111111110011110101111001111101100110101010001000010 | e9bff9ebcfb35442 |
EUC-JP | 鯀?マウTB | 111100101100000100111111100011101100111110001110101100110101010001000010 | f2c13f8ecf8eb35442 |
UTF-8 | 鯀マウTB | 1110100110101111100000001110111010011101100001101110111110111110100011111110111110111101101100110101010001000010 | e9af80ee9d86efbe8fefbdb35442 |
UHC | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)