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??苟 | 0011111100111111001111110110100000111111001111111110010010010001 | 3f3f3f683f3fe491 |
EUC-JP | ???h??苟 | 0011111100111111001111110110100000111111001111111110011111110001 | 3f3f3f683f3fe7f1 |
UTF-8 | 렻┙렋h렻ㅔ苟 | 11101011101000001011101111100010100101001001100111101011101000001000101101101000111010111010000010111011111000111000010110010100111010001000101110011111 | eba0bbe29499eba08b68eba0bbe38594e88b9f |
UHC | 렻┙렋h렻ㅔ苟 | 10001110110000111010011011000100100011101010001001101000100011101100001110100100110001001100111111000010 | 8ec3a6c48ea2688ec3a4c4cfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)