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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隱れ? | 1110100010101010100000101110101000111111 | e8aa82ea3f |
EUC-JP | 隱れ? | 1111000010101100101001001110110000111111 | f0aca4ec3f |
UTF-8 | 隱れ뒶 | 111010011001101010110001111000111000001010001100111010111001001010110110 | e99ab1e3828ceb92b6 |
UHC | 隱れ뒶 | 111010111101111110101010111011001000101010101110 | ebdfaaec8aae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)