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 | 鋏墓尸裘 | 1110011111110101100101011110011010011011100110011110010111100010 | e7f595e69b99e5e2 |
EUC-JP | 鋏墓尸裘 | 1110111011110111110010101110100011010101111110011110101011100100 | eef7cae8d5f9eae4 |
UTF-8 | 鋏墓尸裘 | 111010011000101110001111111001011010001010010011111001011011000010111000111010001010001110011000 | e98b8fe5a293e5b0b8e8a398 |
UHC | 鋏墓尸? | 11111010111110011101100111010111111000111011100100111111 | faf9d9d7e3b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)