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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 蓮용쓧麗양눨 | 111011111010011010011001111011001001101010101001111011001001001110100111111011111010011010001000111011001001011010010001111010111000100010101000 | efa699ec9aa9ec93a7efa688ec9691eb88a8 |
UHC | 蓮용쓧麗양눨 | 111001101110010110111111111010111001110110001000111001101011000010111110111001111000011110111111 | e6e5bfeb9d88e6b0bee787bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)