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 | 絶??額?? | 1001000011100010001111110011111110001010011110100011111100111111 | 90e23f3f8a7a3f3f |
EUC-JP | 絶??額?? | 1100000011100100001111110011111110110011110110110011111100111111 | c0e43f3fb3db3f3f |
UTF-8 | 絶껅꽴額뗰숲 | 111001111011010110110110111010101011101110000101111010101011110110110100111010011010000110001101111010111001011110110000111011001000100010110010 | e7b5b6eabb85eabdb4e9a18deb97b0ec88b2 |
UHC | 絶껅꽴額뗰숲 | 111011111011111010000011111001101000010010111111111001001111111010001011111011111011110110100011 | efbe83e684bfe4fe8befbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)