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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鵝?オ渦 | 11101010010000000011111110000011010010011000100101010001 | ea403f83498951 |
EUC-JP | 鵝?オ渦 | 11110011101000010011111110100101101010101011000110110010 | f3a13fa5aab1b2 |
UTF-8 | 鵝녺オ渦 | 111010011011010110011101111010111000010110111010111000111000001010101010111001101011100010100110 | e9b59deb85bae382aae6b8a6 |
UHC | 鵝녺オ渦 | 1110010010111101100001101110011110101011101010101110100010111110 | e4bd86e7abaae8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)