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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鋧七瀇軸^ | 111110111100111110001110101101011111101101001111100011101011001001011110 | fbcf8eb5fb4f8eb25e |
EUC-JP | 鋧七瀇軸^ | 1000111111100100110010111011110010110111100011111100100110101101101111001011010001011110 | 8fe4cbbcb78fc9adbcb45e |
UTF-8 | 鋧七瀇軸^ | 11101001100010111010011111100100101110001000001111100111100000001000011111101000101110111011100001011110 | e98ba7e4b883e78087e8bbb85e |
UHC | ?七?軸^ | 00111111111101101101001000111111111101011110111001011110 | 3ff6d23ff5ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)