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 | ????6 | 001111110011111100111111001111111000001001010101 | 3f3f3f3f8255 |
EUC-JP | ????6 | 001111110011111100111111001111111010001110110110 | 3f3f3f3fa3b6 |
UTF-8 | 렻렖렺컴6 | 111010111010000010111011111010111010000010010110111010111010000010111010111011001011101110110100111011111011110010010110 | eba0bbeba096eba0baecbbb4efbc96 |
UHC | 렻렖렺컴6 | 10001110110000111000111010101011100011101100001011000100110001001010001110110110 | 8ec38eab8ec2c4c4a3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)