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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 蓮욜댛列양 | 111011111010011010011001111011001001101010011100111010111000110010011011111011111010011010011100111011001001011010010001 | efa699ec9a9ceb8c9befa69cec9691 |
UHC | 蓮욜댛列양 | 11100110111001011011111111100111100010001011111111100110111010101011111011100111 | e6e5bfe788bfe6eabee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)