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 | 癲??溢ε? | 111000011001111100111111001111111000100011101100100000111100001100111111 | e19f3f3f88ec83c33f |
EUC-JP | 癲??溢ε? | 111000101010000100111111001111111011000011101110101001101100010100111111 | e2a13f3fb0eea6c53f |
UTF-8 | 癲숈슱溢ε뭡 | 1110011110011001101100101110110010001000100010001110110010001010101100011110011010111010101000101100111010110101111010111010110110100001 | e799b2ec8888ec8ab1e6baa2ceb5ebada1 |
UHC | 癲숈슱溢ε뭡 | 111011111010011010011001111011001001101010111000111011001110111010100101111001011011100110111100 | efa699ec9ab8eceea5e5b9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)