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 | 창첩챙횈챙횈 | 111011001011000010111101111011001011001010101001111011001011000110011001111011011001101010001000111011001011000110011001111011011001101010001000 | ecb0bdecb2a9ecb199ed9a88ecb199ed9a88 |
UHC | 창첩챙횈챙횈 | 110000111010001011000011101110001100001110101100110000111000011011000011101011001100001110000110 | c3a2c3b8c3acc386c3acc386 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)