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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ヒリ糢茯B | 11001011110110001110001011110101111001001010100001000010 | cbd8e2f5e4a842 |
EUC-JP | ヒリ糢茯B | 100011101100101110001110110110001110010011110111111010001010101001000010 | 8ecb8ed8e4f7e8aa42 |
UTF-8 | ヒリ糢茯B | 11101111101111101000101111101111101111101001100011100111101100111010001011101000100011001010111101000010 | efbe8befbe98e7b3a2e88caf42 |
UHC | ???茯B | 001111110011111100111111110111001101101001000010 | 3f3f3fdcda42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)