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 | 險シ逸 | 1110100010101000101111001111101110110100 | e8a8bcfbb4 |
EUC-JP | 險シ? | 1111000010101010100011101011110000111111 | f0aa8ebc3f |
UTF-8 | 險シ逸 | 111010011001101010101010111011111011110110111100111011111010100010100101 | e99aaaefbdbcefa8a5 |
UHC | 險?? | 11111010110011110011111100111111 | facf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)