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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 렻ㅔ쌀h렻ㅔ쌀 | 11101011101000001011101111100011100001011001010011101100100011001000000001101000111010111010000010111011111000111000010110010100111011001000110010000000 | eba0bbe38594ec8c8068eba0bbe38594ec8c80 |
UHC | 렻ㅔ쌀h렻ㅔ쌀 | 10001110110000111010010011000100101111011101001001101000100011101100001110100100110001001011110111010010 | 8ec3a4c4bdd2688ec3a4c4bdd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)