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 | 창횏책횈횒 | 111011001011000010111101111011011001101010001111111011001011000110000101111011011001101010001000111011011001101010010010 | ecb0bded9a8fecb185ed9a88ed9a92 |
UHC | 창횏책횈횒 | 11000011101000101100001110001011110000111010010111000011100001101100001110001101 | c3a2c38bc3a5c386c38d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)