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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | エ籖ホ^ | 1011010011100010110111011100111001011110 | b4e2ddce5e |
EUC-JP | エ籖ホ^ | 10001110101101001110010011011111100011101100111001011110 | 8eb4e4df8ece5e |
UTF-8 | エ籖ホ^ | 11101111101111011011010011100111101100011001011011101111101111101000111001011110 | efbdb4e7b196efbe8e5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)