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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | ????螺LB | 0011111100111111001111110011111110010111100001100100110001000010 | 3f3f3f3f97864c42 |
EUC-JP | ????螺LB | 0011111100111111001111110011111111001101111001100100110001000010 | 3f3f3f3fcde64c42 |
UTF-8 | 렻┙ㅕㅔ螺LB | 1110101110100000101110111110001010010100100110011110001110000101100101011110001110000101100101001110100010011110101110100100110001000010 | eba0bbe29499e38595e38594e89eba4c42 |
UHC | 렻┙ㅕㅔ螺LB | 100011101100001110100110110001001010010011000101101001001100010011010101101000100100110001000010 | 8ec3a6c4a4c5a4c4d5a24c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)