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 | 뾑瀟\ | 11101011101111101001000111100111100000001001111101011100 | ebbe91e7809f5c |
UHC | 뾑瀟\ | 1001011101001111111000011011111001011100 | 974fe1be5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)