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 | 鞜槫サ撹鞜槫 | 1110100011011111100111101110010110111011100010100110100011101000110111111001111011100101 | e8df9ee5bb8a68e8df9ee5 |
EUC-JP | 鞜槫サ撹鞜槫 | 111100001110000111011100111001111000111010111011101100111100100111110000111000011101110011100111 | f0e1dce78ebbb3c9f0e1dce7 |
UTF-8 | 鞜槫サ撹鞜槫 | 111010011001111010011100111001101010011110101011111011111011110110111011111001101001001010111001111010011001111010011100111001101010011110101011 | e99e9ce6a7abefbdbbe692b9e99e9ce6a7ab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)