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 | 11101000101111101011000011101001101100011000100011100101111101011000111101000010 | e8beb0e9b188e5f58f42 |
EUC-JP | 霎ー魍亥?B | 11110000110000001000111010110000111100101011001110110000111001110011111101000010 | f0c08eb0f2b3b0e73f42 |
UTF-8 | 霎ー魍亥B | 11101001100111001000111011101111101111011011000011101001101011011000110111100100101110101010010111101110100011111011101001000010 | e99c8eefbdb0e9ad8de4baa5ee8fba42 |
UHC | ???亥?B | 00111111001111110011111111111010101001000011111101000010 | 3f3f3ffaa43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)