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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載?虞?? | 10001101110110100011111110001011111100010011111100111111 | 8dda3f8bf13f3f |
EUC-JP | 載?虞?? | 10111010110111000011111110110110111100110011111100111111 | badc3fb6f33f3f |
UTF-8 | 載렕虞렧履 | 111010001011110010001001111010111010000010010101111010001001100110011110111010111010000010100111111011111010011110011111 | e8bc89eba095e8999eeba0a7efa79f |
UHC | 載렕虞렧履 | 11101110101100001000111010101010111010011110010110001110101101101110110010101010 | eeb08eaae9e58eb6ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)