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 | 悉岺「郤ェ | 11110000101001101000111010111011111110101010110110100010111001111011101010101010 | f0a68ebbfaada2e7baaa |
EUC-JP | ?悉岺「郤ェ | 001111111011110010111101100011111011101110111000100011101010001011101110101111001000111010101010 | 3fbcbd8fbbb88ea2eebc8eaa |
UTF-8 | 悉岺「郤ェ | 111011101000000110100101111001101000001010001001111001011011001010111010111011111011110110100010111010011000001110100100111011111011110110101010 | ee81a5e68289e5b2baefbda2e983a4efbdaa |
UHC | ?悉岺??? | 0011111111100011111110101101011010111001001111110011111100111111 | 3fe3fad6b93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)