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 | 鐔順貴 | 111010000101110010001111100001111000101101001101 | e85c8f878b4d |
EUC-JP | 鐔順貴 | 111011111011110110111101111001111011010110101110 | efbdbde7b5ae |
UTF-8 | 鐔順貴 | 111010011001000010010100111010011010000010000110111010001011001010110100 | e99094e9a086e8b2b4 |
UHC | ?順貴 | 0011111111100010111101111100111111111110 | 3fe2f7cffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)