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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 胱G | 1110001111110111111100101111010101000111 | e3f7f2f547 |
EUC-JP | 胱?G | 11100110111110010011111101000111 | e6f93f47 |
UTF-8 | 胱G | 11101000100000111011000111101110100010001010110001000111 | e883b1ee88ac47 |
UHC | 胱?G | 11001110110011010011111101000111 | cecd3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)