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 | ?????EE | 00111111001111110011111100111111001111110100010101000101 | 3f3f3f3f3f4545 |
SJIS-WIN | 絶??節?EE | 100100001110001000111111001111111001000011011111001111110100010101000101 | 90e23f3f90df3f4545 |
EUC-JP | 絶??節?EE | 110000001110010000111111001111111100000011100001001111110100010101000101 | c0e43f3fc0e13f4545 |
UTF-8 | 絶껃궢節캲EE | 1110011110110101101101101110101010111011100000111110101010110110101000101110011110101111100000001110110010111010101100100100010101000101 | e7b5b6eabb83eab6a2e7af80ecbab24545 |
UHC | 絶껃궢節캲EE | 111011111011111010000011111001011000001010110101111011111011110110110000010100100100010101000101 | efbe83e582b5efbdb0524545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)