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 | ûJ·h | 1111101101001010100011101011011101101000 | fb4a8eb768 |
SJIS-WIN | ?J??h | 0011111101001010001111110011111101101000 | 3f4a3f3f68 |
EUC-JP | ûJ??h | 10001111101010111110010101001010001111110011111101101000 | 8fabe54a3f3f68 |
UTF-8 | ûJ·h | 1100001110111011010010101100001010001110110000101011011101101000 | c3bb4ac28ec2b768 |
UHC | ?J?·h | 001111110100101000111111101000011010010001101000 | 3f4a3fa1a468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)