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 | ??}??u | 001111110011111101111101001111110011111101110101 | 3f3f7d3f3f75 |
SJIS-WIN | ??}??u | 001111110011111101111101001111110011111101110101 | 3f3f7d3f3f75 |
EUC-JP | ??}??u | 001111110011111101111101001111110011111101110101 | 3f3f7d3f3f75 |
UTF-8 | 횒째}횒째u | 1110110110011010100100101110110010100111101110000111110111101101100110101001001011101100101001111011100001110101 | ed9a92eca7b87ded9a92eca7b875 |
UHC | 횒째}횒째u | 11000011100011011100001010110000011111011100001110001101110000101011000001110101 | c38dc2b07dc38dc2b075 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)