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\ | 1000100010110010001111110100110001011100 | 88b23f4c5c |
EUC-JP | 梓?L\ | 1011000010110100001111110100110001011100 | b0b43f4c5c |
UTF-8 | 梓렮L\ | 1110011010100010100100111110101110100000101011100100110001011100 | e6a293eba0ae4c5c |
UHC | 梓렮L\ | 111011101010100110001110101110110100110001011100 | eea98ebb4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)