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 | 額???? | 100010100111101000111111001111110011111100111111 | 8a7a3f3f3f3f |
EUC-JP | 額???? | 101100111101101100111111001111110011111100111111 | b3db3f3f3f3f |
UTF-8 | 額됰봽璘뢧 | 111010011010000110001101111010111001000010110000111010111011010010111101111011111010011110101111111010111010001010100111 | e9a18deb90b0ebb4bdefa7afeba2a7 |
UHC | 額됰봽璘뢧 | 11100100111111101000100111101011100101001000010011101100110111101000111101101000 | e4fe89eb9484ecde8f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)