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 | 雍悶e | 111010001011010010010110111000111000001010000101 | e8b496e38285 |
EUC-JP | 雍悶e | 111100001011011011001100111001011010001111100101 | f0b6cce5a3e5 |
UTF-8 | 雍悶e | 111010011001101110001101111001101000001010110110111011111011110110000101 | e99b8de682b6efbd85 |
UHC | 雍悶e | 111010001011110011011010101111111010001111100101 | e8bcdabfa3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)