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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 谷遜造Y | 10010010010010101001000110111011100100011010001001011001 | 924a91bb91a259 |
EUC-JP | 谷遜造Y | 11000011101010111100001010111101110000101010010001011001 | c3abc2bdc2a459 |
UTF-8 | 谷遜造Y | 11101000101100001011011111101001100000011001110011101001100000001010000001011001 | e8b0b7e9819ce980a059 |
UHC | 谷遜造Y | 11001101110110111110000111100001111100001110001101011001 | cddbe1e1f0e359 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)