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 | 艤井ゥ癇亥 | 111001000111111010001000111001001010100111100001100100101000100011100101 | e47e88e4a9e19288e5 |
EUC-JP | 艤井ゥ癇亥 | 11100111110111111011000011100110100011101010100111100001111100101011000011100111 | e7dfb0e68ea9e1f2b0e7 |
UTF-8 | 艤井ゥ癇亥 | 111010001000100110100100111001001011101010010101111011111011110110101001111001111001100110000111111001001011101010100101 | e889a4e4ba95efbda9e79987e4baa5 |
UHC | 艤井??亥 | 1110101111111010111011111100110000111111001111111111101010100100 | ebfaefcc3f3ffaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)