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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鬘ォ蝓取◆^ | 11101001101000011010101111100101100111111000111011100110100000011001111101011110 | e9a1abe59f8ee6819f5e |
EUC-JP | 鬘ォ蝓取◆^ | 1111001010100011100011101010101111101010101000011011110011101000101000101010000101011110 | f2a38eabeaa1bce8a2a15e |
UTF-8 | 鬘ォ蝓取◆^ | 11101001101011001001100011101111101111011010101111101000100111011001001111100101100011111001011011100010100101111000011001011110 | e9ac98efbdabe89d93e58f96e297865e |
UHC | ???取◆^ | 0011111100111111001111111111011010100010101000011101111101011110 | 3f3f3ff6a2a1df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)