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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???瑗?? | 0011111100111111001111111000111111001100110000000011111100111111 | 3f3f3f8fccc03f3f |
UTF-8 | 閱뤿툙瑗띈맱 | 111010011001011010110001111010111010010010111111111011011000100010011001111001111001000110010111111010111001110110001000111010111010011110110001 | e996b1eba4bfed8899e79197eb9d88eba7b1 |
UHC | 閱뤿툙瑗띈맱 | 111001101111001110001111111010111011100010010000111010101011110010110110111010001001000010111000 | e6f38febb890eabcb6e890b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)