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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ワォ聽 | 11011100101010111110001111100011 | dcabe3e3 |
EUC-JP | ワォ聽 | 100011101101110010001110101010111110011011100101 | 8edc8eabe6e5 |
UTF-8 | ワォ聽 | 111011111011111010011100111011111011110110101011111010001000000110111101 | efbe9cefbdabe881bd |
UHC | ??聽 | 00111111001111111111010011101001 | 3f3ff4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)