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 | 悽?? | 10011100101011000011111100111111 | 9cac3f3f |
EUC-JP | 悽馹? | 110110001010111010001111111010011010000100111111 | d8ae8fe9a13f |
UTF-8 | 悽馹뤝 | 111001101000001010111101111010011010011010111001111010111010010010011101 | e682bde9a6b9eba49d |
UHC | 悽馹뤝 | 111101001010010011101100111100011000111111001100 | f4a4ecf18fcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)