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 | 蝨??軟 | 111001011001110000111111001111111001001111101110 | e59c3f3f93ee |
EUC-JP | 蝨??軟 | 111010011111110000111111001111111100011011110000 | e9fc3f3fc6f0 |
UTF-8 | 蝨덄뒪軟 | 111010001001110110101000111010111000110110000100111010111001001010101010111010001011101110011111 | e89da8eb8d84eb92aae8bb9f |
UHC | 蝨덄뒪軟 | 1110001110100100100010001110011110001010101001001110011011100011 | e3a488e78aa4e6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)