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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 霎ー魍亥G | 11101000101111101011000011101001101100011000100011100101111101011000111101000111 | e8beb0e9b188e5f58f47 |
EUC-JP | 霎ー魍亥?G | 11110000110000001000111010110000111100101011001110110000111001110011111101000111 | f0c08eb0f2b3b0e73f47 |
UTF-8 | 霎ー魍亥G | 11101001100111001000111011101111101111011011000011101001101011011000110111100100101110101010010111101110100011111011101001000111 | e99c8eefbdb0e9ad8de4baa5ee8fba47 |
UHC | ???亥?G | 00111111001111110011111111111010101001000011111101000111 | 3f3f3ffaa43f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)