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 | 裕?┸ | 1001011101010100001111111000010010111101 | 97543f84bd |
EUC-JP | 裕?┸ | 1100110110110101001111111010100010111111 | cdb53fa8bf |
UTF-8 | 裕섓┸ | 111010001010001110010101111011001000010010010011111000101001010010111000 | e8a395ec8493e294b8 |
UHC | 裕섓┸ | 111010111010111010011000111011111010011010111111 | ebae98efa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)