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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鬥冷雷蟆アB | 11101001101001101001011111100010100101111000101111100101101100001011000101000010 | e9a697e2978be5b0b142 |
EUC-JP | 鬥冷雷蟆アB | 1111001010101000110011101110010011001101111010111110101010110010100011101011000101000010 | f2a8cee4cdebeab28eb142 |
UTF-8 | 鬥冷雷蟆アB | 11101001101011001010010111100101100001101011011111101001100110111011011111101000100111111000011011101111101111011011000101000010 | e9aca5e586b7e99bb7e89f86efbdb142 |
UHC | ?冷雷??B | 0011111111010101110100101101011011110100001111110011111101000010 | 3fd5d2d6f43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)