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 | 蜈??塋 | 111001011000010100111111001111111001101011001000 | e5853f3f9ac8 |
EUC-JP | 蜈??塋 | 111010011110010100111111001111111101010011001010 | e9e53f3fd4ca |
UTF-8 | 蜈곫눂塋 | 111010001001110010001000111010101011001110101011111010111000100010000010111001011010000110001011 | e89c88eab3abeb8882e5a18b |
UHC | 蜈곫눂塋 | 1110100010100101100000011110011010000111101000111110011110101011 | e8a581e687a3e7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)