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????E | 00111111010011000011111100111111001111110011111101000101 | 3f4c3f3f3f3f45 |
SJIS-WIN | ?L????E | 00111111010011000011111100111111001111110011111101000101 | 3f4c3f3f3f3f45 |
EUC-JP | ?L????E | 00111111010011000011111100111111001111110011111101000101 | 3f4c3f3f3f3f45 |
UTF-8 | 뭒L뫜묱뫍묮E | 1110101110101101100100100100110011101011101010111001110011101011101011001011000111101011101010111000110111101011101011001010111001000101 | ebad924cebab9cebacb1ebab8debacae45 |
UHC | 뭒L뫜묱뫍묮E | 100100100101101001001100100100011011110010010010010010001001000110101111100100100100010101000101 | 925a4c91bc924891af924545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)