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 | 111010001010101010000010111010100011111101101000 | e8aa82ea3f68 |
EUC-JP | 隱れ?h | 111100001010110010100100111011000011111101101000 | f0aca4ec3f68 |
UTF-8 | 隱れ땾h | 11101001100110101011000111100011100000101000110011101011100101011011111001101000 | e99ab1e3828ceb95be68 |
UHC | 隱れ땾h | 11101011110111111010101011101100100010111001010001101000 | ebdfaaec8b9468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)