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 | 轢キ鞫ッ | 111001111000000010110111111001101001000110101111 | e780b7e691af |
EUC-JP | 轢キ鞫ッ | 1110110111100000100011101011011111101011111100011000111010101111 | ede08eb7ebf18eaf |
UTF-8 | 轢キ鞫ッ | 111010001011110110100010111011111011110110110111111010011001111010101011111011111011110110101111 | e8bda2efbdb7e99eabefbdaf |
UHC | 轢?鞫? | 110101011111100100111111110011111101010000111111 | d5f93fcfd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)