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 | ??LD??LD^ | 001111110011111101001100010001000011111100111111010011000100010001011110 | 3f3f4c443f3f4c445e |
SJIS-WIN | 遏ュLD遏ュLD^ | 1110011110011111101011010100110001000100111001111001111110101101010011000100010001011110 | e79fad4c44e79fad4c445e |
EUC-JP | 遏ュLD遏ュLD^ | 11101110101000011000111010101101010011000100010011101110101000011000111010101101010011000100010001011110 | eea18ead4c44eea18ead4c445e |
UTF-8 | 遏ュLD遏ュLD^ | 1110100110000001100011111110111110111101101011010100110001000100111010011000000110001111111011111011110110101101010011000100010001011110 | e9818fefbdad4c44e9818fefbdad4c445e |
UHC | ??LD??LD^ | 001111110011111101001100010001000011111100111111010011000100010001011110 | 3f3f4c443f3f4c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)