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 | 襦蛾_^ | 11100110010000001000100111101001100000010101000101011110 | e64089e981515e |
EUC-JP | 襦蛾_^ | 11101011101000011011001011101011101000011011001001011110 | eba1b2eba1b25e |
UTF-8 | 襦蛾_^ | 11101000101001011010011011101000100110111011111011101111101111001011111101011110 | e8a5a6e89bbeefbcbf5e |
UHC | ?蛾_^ | 001111111110010010110110101000111101111101011110 | 3fe4b6a3df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)