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 | ??nL\ | 0011111100111111011011100100110001011100 | 3f3f6e4c5c |
SJIS-WIN | 蜥、nL\ | 111001011001001010100100011011100100110001011100 | e592a46e4c5c |
EUC-JP | 蜥、nL\ | 11101001111100101000111010100100011011100100110001011100 | e9f28ea46e4c5c |
UTF-8 | 蜥、nL\ | 111010001001110010100101111011111011110110100100011011100100110001011100 | e89ca5efbda46e4c5c |
UHC | ??nL\ | 0011111100111111011011100100110001011100 | 3f3f6e4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)