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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ¬タォタマ | 100000011100101011000000101010111100000011001111 | 81cac0abc0cf |
EUC-JP | ¬タォタマ | 10100010110011001000111011000000100011101010101110001110110000001000111011001111 | a2cc8ec08eab8ec08ecf |
UTF-8 | ¬タォタマ | 111011111011111110100010111011111011111010000000111011111011110110101011111011111011111010000000111011111011111010001111 | efbfa2efbe80efbdabefbe80efbe8f |
UHC | ¬???? | 101000011111111000111111001111110011111100111111 | a1fe3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)