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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齬????? | 11101010100101110011111100111111001111110011111100111111 | ea973f3f3f3f3f |
EUC-JP | 齬????? | 11110011111101110011111100111111001111110011111100111111 | f3f73f3f3f3f3f |
UTF-8 | 齬잙챸杻쎈쨱 | 111010011011110110101100111011001001111010011001111011001011000110111000111011111010011110001000111011001000111010001000111011001010100010110001 | e9bdacec9e99ecb1b8efa788ec8e88eca8b1 |
UHC | 齬잙챸杻쎈쨱 | 111001011110000110011111111010111010101010000101111010101111010010111101111010111010010010001011 | e5e19febaa85eaf4bdeba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)