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 | 胡??娟?歟 | 100011001101001100111111001111111001101101001110001111111001111101100010 | 8cd33f3f9b4e3f9f62 |
EUC-JP | 胡?雩娟?歟 | 1011100011010101001111111000111111100110111110101101010110101111001111111101110111000011 | b8d53f8fe6fad5af3fddc3 |
UTF-8 | 胡렟雩娟劣歟 | 111010001000001110100001111010111010000010011111111010011001101110101001111001011010100010011111111011111010011010011101111001101010110110011111 | e883a1eba09fe99ba9e5a89fefa69de6ad9f |
UHC | 胡렟雩娟劣歟 | 111110111101011110001110101100001110100111101100111001101100001011100110111010111110011010100010 | fbd78eb0e9ece6c2e6ebe6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)