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 | 陦碕ウシミァ | 1110100010100001100011011110101010110011101111001101000010100111 | e8a18deab3bcd0a7 |
EUC-JP | 陦碕ウシミァ | 111100001010001110111010111011001000111010110011100011101011110010001110110100001000111010100111 | f0a3baec8eb38ebc8ed08ea7 |
UTF-8 | 陦碕ウシミァ | 111010011001100110100110111001111010001010010101111011111011110110110011111011111011110110111100111011111011111010010000111011111011110110100111 | e999a6e7a295efbdb3efbdbcefbe90efbda7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)