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\ | 111110101011100010001110101101000100110001011100 | fab88eb44c5c |
EUC-JP | 弴雫L\ | 10001111101111001110110110111100101101100100110001011100 | 8fbcedbcb64c5c |
UTF-8 | 弴雫L\ | 1110010110111100101101001110100110011011101010110100110001011100 | e5bcb4e99bab4c5c |
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)