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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 辰??迦?B | 1001001001000011001111110011111110001001110111100011111101000010 | 92433f3f89de3f42 |
EUC-JP | 辰??迦?B | 1100001110100100001111110011111110110010111000000011111101000010 | c3a43f3fb2e03f42 |
UTF-8 | 辰섦뤚迦풴B | 11101000101111101011000011101100100001001010011011101011101001001001101011101000101111111010011011101101100100101011010001000010 | e8beb0ec84a6eba49ae8bfa6ed92b442 |
UHC | 辰섦뤚迦풴B | 1111001011100011101111001011010010001111110010011100101010111100101111110101011001000010 | f2e3bcb48fc9cabcbf5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)