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 | ????N | 001111110011111100111111001111111000001001101101 | 3f3f3f3f826d |
EUC-JP | ????N | 001111110011111100111111001111111010001111001110 | 3f3f3f3fa3ce |
UTF-8 | 렺꼼렜렺N | 111010111010000010111010111010101011110010111100111010111010000010011100111010111010000010111010111011111011110010101110 | eba0baeabcbceba09ceba0baefbcae |
UHC | 렺꼼렜렺N | 10001110110000101011001011000100100011101010111010001110110000101010001111001110 | 8ec2b2c48eae8ec2a3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)