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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 湜軸澈フ魘サ | 11111011010001111000111010110010111110110100101111001100111010011011010010111011 | fb478eb2fb4bcce9b4bb |
EUC-JP | 湜軸澈フ魘サ | 1000111111000111111111001011110010110100100011111100100011100101100011101100110011110010101101101000111010111011 | 8fc7fcbcb48fc8e58eccf2b68ebb |
UTF-8 | 湜軸澈フ魘サ | 111001101011100110011100111010001011101110111000111001101011111010001000111011111011111010001100111010011010110110011000111011111011110110111011 | e6b99ce8bbb8e6be88efbe8ce9ad98efbdbb |
UHC | 湜軸澈??? | 111000111101011111110101111011101111010011001101001111110011111100111111 | e3d7f5eef4cd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)