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 | 鐔順抄 | 111010000101110010001111100001111000111110110100 | e85c8f878fb4 |
EUC-JP | 鐔順抄 | 111011111011110110111101111001111011111010110110 | efbdbde7beb6 |
UTF-8 | 鐔順抄 | 111010011001000010010100111010011010000010000110111001101000101010000100 | e99094e9a086e68a84 |
UHC | ?順抄 | 0011111111100010111101111111010011111100 | 3fe2f7f4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)