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 | 100101110110000000111111100000110100001101000010 | 97603f834342 |
EUC-JP | 輿?イB | 110011011100000100111111101001011010010001000010 | cdc13fa5a442 |
UTF-8 | 輿ㅶイB | 11101000101111001011111111100011100001011011011011100011100000101010010001000010 | e8bcbfe385b6e382a442 |
UHC | 輿ㅶイB | 11100110101010111010010011100110101010111010010001000010 | e6aba4e6aba442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)