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 | 松モ?猷? | 1000111110111100100000111000001000111111100101110101000100111111 | 8fbc83823f97513f |
EUC-JP | 松モ?猷? | 1011111010111110101001011110001000111111110011011011001000111111 | bebea5e23fcdb23f |
UTF-8 | 松モ댌猷띰 | 111001101001110110111110111000111000001110100010111010111000110010001100111001111000110010110111111010111001110110110000 | e69dbee383a2eb8c8ce78cb7eb9db0 |
UHC | 松モ댌猷띰 | 11100001111001101010101111100010100010001011010111101011101000111011011011101111 | e1e6abe288b5eba3b6ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)