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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 宵ェ。宵。Y | 10001111101010101010101010100001111101101111101110001111101010101010000101011001 | 8faaaaa1f6fb8faaa159 |
EUC-JP | 宵ェ。?宵。Y | 101111101010110010001110101010101000111010100001001111111011111010101100100011101010000101011001 | beac8eaa8ea13fbeac8ea159 |
UTF-8 | 宵ェ。宵。Y | 11100101101011101011010111101111101111011010101011101111101111011010000111101110100101001010001011100101101011101011010111101111101111011010000101011001 | e5aeb5efbdaaefbda1ee94a2e5aeb5efbda159 |
UHC | 宵???宵?Y | 111000011011001000111111001111110011111111100001101100100011111101011001 | e1b23f3f3fe1b23f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)