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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?瀟\ | 00111111111000000110111001011100 | 3fe06e5c |
EUC-JP | ?瀟\ | 00111111110111111100111101011100 | 3fdfcf5c |
UTF-8 | 뾍瀟\ | 11101011101111101000110111100111100000001001111101011100 | ebbe8de7809f5c |
UHC | 뾍瀟\ | 1001011101001011111000011011111001011100 | 974be1be5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)