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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???渲??? | 001111110011111100111111100011111100011111101100001111110011111100111111 | 3f3f3f8fc7ec3f3f3f |
UTF-8 | 센셰센渲셧렯렚 | 111011001000010010111100111011001000010110110000111011001000010010111100111001101011100010110010111011001000010110100111111010111010000010101111111010111010000010011010 | ec84bcec85b0ec84bce6b8b2ec85a7eba0afeba09a |
UHC | 센셰센渲셧렯렚 | 1011110010111110101111001100111010111100101111101110000011000010101111001100101110001110101111001000111010101101 | bcbebccebcbee0c2bccb8ebc8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)