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 | 剰暲ホ^ | 100011111110100011111010110111001100111001011110 | 8fe8fadcce5e |
EUC-JP | 剰暲ホ^ | 1011111011101010100011111100001011011011100011101100111001011110 | beea8fc2db8ece5e |
UTF-8 | 剰暲ホ^ | 11100101100010011011000011100110100110101011001011101111101111101000111001011110 | e589b0e69ab2efbe8e5e |
UHC | ?暲?^ | 0011111111101101111001110011111101011110 | 3fede73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)