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 | 鮓サ魘ソ貅ェ | 111010011011011010111011111010011011010010111111111001101011101010101010 | e9b6bbe9b4bfe6baaa |
EUC-JP | 鮓サ魘ソ貅ェ | 111100101011100010001110101110111111001010110110100011101011111111101100101111001000111010101010 | f2b88ebbf2b68ebfecbc8eaa |
UTF-8 | 鮓サ魘ソ貅ェ | 111010011010111010010011111011111011110110111011111010011010110110011000111011111011110110111111111010001011001010000101111011111011110110101010 | e9ae93efbdbbe9ad98efbdbfe8b285efbdaa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)