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 | 癲??援ε? | 111000011001111100111111001111111000100110000111100000111100001100111111 | e19f3f3f898783c33f |
EUC-JP | 癲??援ε? | 111000101010000100111111001111111011000111100111101001101100010100111111 | e2a13f3fb1e7a6c53f |
UTF-8 | 癲좊뵂援ε♤ | 1110011110011001101100101110110010100010100010101110101110110101100000101110011010001111101101001100111010110101111000101001100110100100 | e799b2eca28aebb582e68fb4ceb5e299a4 |
UHC | 癲좊뵂援ε♤ | 111011111010011010100000111010111001010010001000111010101011010110100101111001011010001010111011 | efa6a0eb9488eab5a5e5a2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)