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 | 沃???庸 | 10010111100000000011111100111111001111111001011101100110 | 97803f3f3f9766 |
EUC-JP | 沃???庸 | 11001101111000000011111100111111001111111100110111000111 | cde03f3f3fcdc7 |
UTF-8 | 沃샭됱뱼庸 | 111001101011001010000011111011001000001110101101111010111001000010110001111010111011000110111100111001011011101010111000 | e6b283ec83adeb90b1ebb1bce5bab8 |
UHC | 沃샭됱뱼庸 | 11101000101010101001100011010001100010011110110010010011101000101110100110111100 | e8aa98d189ec93a2e9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)