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 | 若겄삳났若 | 111011111010010110110100111010101011001010000100111011001000001010110011111010111000001010101100111011111010010110110100 | efa5b4eab284ec82b3eb82acefa5b4 |
UHC | 若겄삳났若 | 11100101101011101011000011001110101110111110101110110011101101011110010110101110 | e5aeb0cebbebb3b5e5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)