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 | 筌?8?? | 11100010101000110011111110000010010101110011111100111111 | e2a33f82573f3f |
EUC-JP | 筌?8堉? | 111001001010010100111111101000111011100010001111101101111111110100111111 | e4a53fa3b88fb7fd3f |
UTF-8 | 筌덈8堉퀯 | 111001111010110110001100111010111000110110001000111011111011110010011000111001011010000010001001111011011000000010101111 | e7ad8ceb8d88efbc98e5a089ed80af |
UHC | 筌덈8堉퀯 | 11101111101001111000100011101011101000111011100011101011101111001011010001000010 | efa788eba3b8ebbcb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)