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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 宵ェ。゙宵ェ | 1000111110101010101010101010000111011110100011111010101010101010 | 8faaaaa1de8faaaa |
EUC-JP | 宵ェ。゙宵ェ | 101111101010110010001110101010101000111010100001100011101101111010111110101011001000111010101010 | beac8eaa8ea18edebeac8eaa |
UTF-8 | 宵ェ。゙宵ェ | 111001011010111010110101111011111011110110101010111011111011110110100001111011111011111010011110111001011010111010110101111011111011110110101010 | e5aeb5efbdaaefbda1efbe9ee5aeb5efbdaa |
UHC | 宵???宵? | 1110000110110010001111110011111100111111111000011011001000111111 | e1b23f3f3fe1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)