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 | 蓍苟緇 | 111001001110011111100100100100011110001101011101 | e4e7e491e35d |
EUC-JP | 蓍苟緇 | 111010001110100111100111111100011110010110111110 | e8e9e7f1e5be |
UTF-8 | 蓍苟緇 | 111010001001001110001101111010001000101110011111111001111011011110000111 | e8938de88b9fe7b787 |
UHC | 蓍苟緇 | 111000111100100111001111110000101111011011000101 | e3c9cfc2f6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)