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 | 豺ォ繧危棠闍 | 1110011010110111101010111110001110000010100010101110101110011110101010011110100010001011 | e6b7abe3828aeb9ea9e88b |
EUC-JP | 豺ォ繧危棠闍 | 111011001011100110001110101010111110010111100010101101001110110111011100101010111110111111101011 | ecb98eabe5e2b4eddcabefeb |
UTF-8 | 豺ォ繧危棠闍 | 111010001011000110111010111011111011110110101011111001111011100110100111111001011000110110110001111001101010001110100000111010011001011110001101 | e8b1baefbdabe7b9a7e58db1e6a3a0e9978d |
UHC | 豺??危棠? | 111000111100111100111111001111111110101011001011110100111101011000111111 | e3cf3f3feacbd3d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)