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렯蓚렔 | 11101011101000001010111111101000100100111001101011101011101000001001010001101000111010111010000010101111111010001001001110011010111010111010000010010100 | eba0afe8939aeba09468eba0afe8939aeba094 |
UHC | 렯蓚렔h렯蓚렔 | 10001110101111001110001010111110100011101010100101101000100011101011110011100010101111101000111010101001 | 8ebce2be8ea9688ebce2be8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)