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 | 蛾?? | 10001001111010010011111100111111 | 89e93f3f |
EUC-JP | 蛾?? | 10110010111010110011111100111111 | b2eb3f3f |
UTF-8 | 蛾룍꿨 | 111010001001101110111110111010111010001110001101111010101011111110101000 | e89bbeeba38deabfa8 |
UHC | 蛾룍꿨 | 111001001011011010001111100010111011001011100101 | e4b68f8bb2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)