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 | ???冶? | 001111110011111100111111100101101110100000111111 | 3f3f3f96e83f |
EUC-JP | ???冶? | 001111110011111100111111110011001110101000111111 | 3f3f3fccea3f |
UTF-8 | 了됪눟冶릈 | 111011111010011010111010111010111001000010101010111010111000100010011111111001011000011010110110111010111010011010001000 | efa6baeb90aaeb889fe586b6eba688 |
UHC | 了됪눟冶릈 | 11101000111001111000100111100110100001111011011111100101101001111001000001101000 | e8e789e687b7e5a79068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)