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 | 逶帷¢ | 111001111001101110011011111001111000000110010001 | e79b9be78191 |
EUC-JP | 逶帷¢ | 111011011111101111010110111010011010000111110001 | edfbd6e9a1f1 |
UTF-8 | 逶帷¢ | 111010011000000010110110111001011011100010110111111011111011111110100000 | e980b6e5b8b7efbfa0 |
UHC | ??¢ | 00111111001111111010000111001011 | 3f3fa1cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)