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堯?? | 111010101001111100111111001111110110100011101010100111110011111100111111 | ea9f3f3f68ea9f3f3f |
EUC-JP | 堯??h堯?? | 111101001010000100111111001111110110100011110100101000010011111100111111 | f4a13f3f68f4a13f3f |
UTF-8 | 堯꾣쐣h堯꾣쐣 | 11100101101000001010111111101010101111101010001111101100100100001010001101101000111001011010000010101111111010101011111010100011111011001001000010100011 | e5a0afeabea3ec90a368e5a0afeabea3ec90a3 |
UHC | 堯꾣쐣h堯꾣쐣 | 11101000111010111000010011100110100111001000100101101000111010001110101110000100111001101001110010001001 | e8eb84e69c8968e8eb84e69c89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)