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 | 懿??吾? | 10011100111100100011111100111111100011001110000100111111 | 9cf23f3f8ce13f |
EUC-JP | 懿??吾? | 11011000111101000011111100111111101110001110001100111111 | d8f43f3fb8e33f |
UTF-8 | 懿뚮죱吾랡 | 111001101000011110111111111010111001101010101110111011001010001110110001111001011001000010111110111010111001111010100001 | e687bfeb9aaeeca3b1e590beeb9ea1 |
UHC | 懿뚮죱吾랡 | 11101011111100111000110011101011101000011000110011100111111011101000111001000010 | ebf38ceba18ce7ee8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)