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 | ??L\ | 00111111001111110100110001011100 | 3f3f4c5c |
SJIS-WIN | 蠎クL\ | 1110010110111010101110000100110001011100 | e5bab84c5c |
EUC-JP | 蠎クL\ | 111010101011110010001110101110000100110001011100 | eabc8eb84c5c |
UTF-8 | 蠎クL\ | 1110100010100000100011101110111110111101101110000100110001011100 | e8a08eefbdb84c5c |
UHC | ??L\ | 00111111001111110100110001011100 | 3f3f4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)