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?蓚? | 001111111110010011101001001111110110100000111111111001001110100100111111 | 3fe4e93f683fe4e93f |
EUC-JP | ?蓚?h?蓚? | 001111111110100011101011001111110110100000111111111010001110101100111111 | 3fe8eb3f683fe8eb3f |
UTF-8 | 렯蓚렾h렯蓚렾 | 11101011101000001010111111101000100100111001101011101011101000001011111001101000111010111010000010101111111010001001001110011010111010111010000010111110 | eba0afe8939aeba0be68eba0afe8939aeba0be |
UHC | 렯蓚렾h렯蓚렾 | 10001110101111001110001010111110100011101100011001101000100011101011110011100010101111101000111011000110 | 8ebce2be8ec6688ebce2be8ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)