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 | 00111111001111110011111110010111010000100011111101000010 | 3f3f3f97423f42 |
EUC-JP | ???唯?B | 00111111001111110011111111001101101000110011111101000010 | 3f3f3fcda33f42 |
UTF-8 | 捻뀁떝唯꿚B | 11101111101001101010010011101011100000001000000111101011100101101001110111100101100101001010111111101010101111111001101001000010 | efa6a4eb8081eb969de594afeabf9a42 |
UHC | 捻뀁떝唯꿚B | 1110011011110111101100101110110010001011101100111110101011100110100001010101010001000010 | e6f7b2ec8bb3eae6855442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)