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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | ??驥???a | 0011111100111111111010011000011100111111001111110011111101100001 | 3f3fe9873f3f3f61 |
EUC-JP | ??驥???a | 0011111100111111111100011110011100111111001111110011111101100001 | 3f3ff1e73f3f3f61 |
UTF-8 | 렻ㅔ驥렻┙렒a | 11101011101000001011101111100011100001011001010011101001101010011010010111101011101000001011101111100010100101001001100111101011101000001001001001100001 | eba0bbe38594e9a9a5eba0bbe29499eba09261 |
UHC | 렻ㅔ驥렻┙렒a | 10001110110000111010010011000100110100011100101010001110110000111010011011000100100011101010011101100001 | 8ec3a4c4d1ca8ec3a6c48ea761 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)