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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?市?B | 0011111110001110011100110011111101000010 | 3f8e733f42 |
EUC-JP | ?市?B | 0011111110111011110101000011111101000010 | 3fbbd43f42 |
UTF-8 | 뤚市쵰B | 11101011101001001001101011100101101110001000001011101100101101011011000001000010 | eba49ae5b882ecb5b042 |
UHC | 뤚市쵰B | 10001111110010011110001110111100101011010100110001000010 | 8fc9e3bcad4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)