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 | 多奪達存 | 1001000110111101100100100100010010010010010000101001000110110110 | 91bd9244924291b6 |
EUC-JP | 多奪達存 | 1100001010111111110000111010010111000011101000111100001010111000 | c2bfc3a5c3a3c2b8 |
UTF-8 | 多奪達存 | 111001011010010010011010111001011010010110101010111010011000000110010100111001011010110110011000 | e5a49ae5a5aae98194e5ad98 |
UHC | 多奪達存 | 1101001011111101111101111010110011010011101110011111000011101101 | d2fdf7acd3b9f0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)