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 | 큉큐ㄱ큐ㄱ | 111011011000000110001001111011011000000110010000111000111000010010110001111011011000000110010000111000111000010010110001 | ed8189ed8190e384b1ed8190e384b1 |
UHC | 큉큐ㄱ큐ㄱ | 11000101101001001100010110100101101001001010000111000101101001011010010010100001 | c5a4c5a5a4a1c5a5a4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)