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 | 1111101101001010100011101011110001101000 | fb4a8ebc68 |
SJIS-WIN | ?J??h | 0011111101001010001111110011111101101000 | 3f4a3f3f68 |
EUC-JP | ûJ??h | 10001111101010111110010101001010001111110011111101101000 | 8fabe54a3f3f68 |
UTF-8 | ûJ¼h | 1100001110111011010010101100001010001110110000101011110001101000 | c3bb4ac28ec2bc68 |
UHC | ?J?¼h | 001111110100101000111111101010001111100101101000 | 3f4a3fa8f968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)