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 | 100100100100011110010010010100011001001001001011100100011011010101000010 | 92479251924b91b542 |
EUC-JP | 竪嘆狸揃B | 110000111010100011000011101100101100001110101100110000101011011101000010 | c3a8c3b2c3acc2b742 |
UTF-8 | 竪嘆狸揃B | 11100111101010111010101011100101100110001000011011100111100010111011100011100110100011111000001101000010 | e7abaae59886e78bb8e68f8342 |
UHC | 竪嘆狸?B | 1110001010110101111101111010001111010111111000010011111101000010 | e2b5f7a3d7e13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)