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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 疫??\ | 1000100101110101001111110011111101011100 | 89753f3f5c |
EUC-JP | 疫??\ | 1011000111010110001111110011111101011100 | b1d63f3f5c |
UTF-8 | 疫쒑뻗\ | 11100111100101101010101111101100100100101001000111101011101110111001011101011100 | e796abec9291ebbb975c |
UHC | 疫쒑뻗\ | 11100110101110011001110011101000101110111011100001011100 | e6b99ce8bbb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)