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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 逡ー譽ィB | 11100111100101011011000011100110101000111010100001000010 | e795b0e6a3a842 |
EUC-JP | 逡ー譽ィB | 111011011111010110001110101100001110110010100101100011101010100001000010 | edf58eb0eca58ea842 |
UTF-8 | 逡ー譽ィB | 11101001100000001010000111101111101111011011000011101000101011011011110111101111101111011010100001000010 | e980a1efbdb0e8adbdefbda842 |
UHC | 逡?譽?B | 11110001111001000011111111100111111000100011111101000010 | f1e43fe7e23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)