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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 虎葛?h | 100011001101010110001010100010110011111101101000 | 8cd58a8b3f68 |
EUC-JP | 虎葛?h | 101110001101011110110011111010110011111101101000 | b8d7b3eb3f68 |
UTF-8 | 虎葛짧h | 11101000100110011000111011101000100100011001101111101100101001111010011101101000 | e8998ee8919beca7a768 |
UHC | 虎葛짧h | 11111011110110111100101011100111110000101010101001101000 | fbdbcae7c2aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)