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 | 鞴ォ隕コ | 111010001110010010101011111010001010011010111010 | e8e4abe8a6ba |
EUC-JP | 鞴ォ隕コ | 1111000011100110100011101010101111110000101010001000111010111010 | f0e68eabf0a88eba |
UTF-8 | 鞴ォ隕コ | 111010011001111010110100111011111011110110101011111010011001101010010101111011111011110110111010 | e99eb4efbdabe99a95efbdba |
UHC | ??隕? | 0011111100111111111010101010001000111111 | 3f3feaa23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)