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 | ?縟\ | 00111111111000110111010001011100 | 3fe3745c |
EUC-JP | ?縟\ | 00111111111001011101010101011100 | 3fe5d55c |
UTF-8 | 뾑縟\ | 11101011101111101001000111100111101110001001111101011100 | ebbe91e7b89f5c |
UHC | 뾑縟\ | 1001011101001111111010011011001001011100 | 974fe9b25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)