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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阯墓尸諢 | 1110100010010111100101011110011010011011100110011110011010000100 | e89795e69b99e684 |
EUC-JP | 阯墓尸諢 | 1110111111110111110010101110100011010101111110011110101111100100 | eff7cae8d5f9ebe4 |
UTF-8 | 阯墓尸諢 | 111010011001100010101111111001011010001010010011111001011011000010111000111010001010101110100010 | e998afe5a293e5b0b8e8aba2 |
UHC | ?墓尸? | 001111111101100111010111111000111011100100111111 | 3fd9d7e3b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)