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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 齬?齬?B | 11101010100101110011111111101010100101110011111101000010 | ea973fea973f42 |
EUC-JP | 齬?齬?B | 11110011111101110011111111110011111101110011111101000010 | f3f73ff3f73f42 |
UTF-8 | 齬쐇齬쐇B | 11101001101111011010110011101100100100001000011111101001101111011010110011101100100100001000011101000010 | e9bdacec9087e9bdacec908742 |
UHC | 齬쐇齬쐇B | 111001011110000110011100011010011110010111100001100111000110100101000010 | e5e19c69e5e19c6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)