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 | 0011111100111111100010100101001001101000 | 3f3f8a5268 |
EUC-JP | ??崖h | 0011111100111111101100111011001101101000 | 3f3fb3b368 |
UTF-8 | 솟솔崖h | 11101100100001101001111111101100100001101001010011100101101101001001011001101000 | ec869fec8694e5b49668 |
UHC | 솟솔崖h | 10111100110110101011110011010110111001001111000001101000 | bcdabcd6e4f068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)