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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 伍??押?] | 1000110011011110001111110011111110001001100111110011111101011101 | 8cde3f3f899f3f5d |
EUC-JP | 伍?Ŧ押?] | 10111000111000000011111110001111101010011010111110110010101000010011111101011101 | b8e03f8fa9afb2a13f5d |
UTF-8 | 伍뽫Ŧ押꿗] | 111001001011110010001101111010111011110110101011110001011010011011100110100010101011110011101010101111111001011101011101 | e4bc8debbdabc5a6e68abceabf975d |
UHC | 伍뽫Ŧ押꿗] | 1110011111101010100101101110011110101000101011101110010011100011100001010101000101011101 | e7ea96e7a8aee4e385515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)