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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 貉帑クケ@h | 1110011010111001100110111110010010111000101110010100000001101000 | e6b99be4b8b94068 |
EUC-JP | 貉帑クケ@h | 11101100101110111101011011100110100011101011100010001110101110010100000001101000 | ecbbd6e68eb88eb94068 |
UTF-8 | 貉帑クケ@h | 1110100010110010100010011110010110111000100100011110111110111101101110001110111110111101101110010100000001101000 | e8b289e5b891efbdb8efbdb94068 |
UHC | ?帑??@h | 00111111111101111011011000111111001111110100000001101000 | 3ff7b63f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)