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 | 11101000111001001000110111101010101100111000100011101010111100101001100001000010 | e8e48deab388eaf29842 |
EUC-JP | 鞴碕ウ一?B | 11110000111001101011101011101100100011101011001110110000111011000011111101000010 | f0e6baec8eb3b0ec3f42 |
UTF-8 | 鞴碕ウ一B | 11101001100111101011010011100111101000101001010111101111101111011011001111100100101110001000000011101110100001111000111101000010 | e99eb4e7a295efbdb3e4b880ee878f42 |
UHC | ???一?B | 00111111001111110011111111101100111010010011111101000010 | 3f3f3fece93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)