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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 렻ㅔ챌i렻ㅔ챌iB | 111010111010000010111011111000111000010110010100111011001011000110001100011010011110101110100000101110111110001110000101100101001110110010110001100011000110100101000010 | eba0bbe38594ecb18c69eba0bbe38594ecb18c6942 |
UHC | 렻ㅔ챌i렻ㅔ챌iB | 100011101100001110100100110001001100001110100111011010011000111011000011101001001100010011000011101001110110100101000010 | 8ec3a4c4c3a7698ec3a4c4c3a76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)