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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 磁澵七 | 1111001010100011100011101010010111111011010011001000111010110101 | f2a38ea5fb4c8eb5 |
EUC-JP | ?磁澵七 | 0011111110111100101001111000111111001000111110001011110010110111 | 3fbca78fc8f8bcb7 |
UTF-8 | 磁澵七 | 111011101000011110011010111001111010001110000001111001101011111010110101111001001011100010000011 | ee879ae7a381e6beb5e4b883 |
UHC | ?磁?七 | 001111111110110110111000001111111111011011010010 | 3fedb83ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)