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 | 顫磯國 | 111010001111101010001000111010011001101010100000 | e8fa88e99aa0 |
EUC-JP | 顫磯國 | 111100001111110010110000111010111101010010100010 | f0fcb0ebd4a2 |
UTF-8 | 顫磯國 | 111010011010000110101011111001111010001110101111111001011001110010001011 | e9a1abe7a3afe59c8b |
UHC | 顫磯國 | 111011111011010111010001101101001100111111010000 | efb5d1b4cfd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)