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 | 00111111001111110011111110011111010100000011111101000010 | 3f3f3f9f503f42 |
EUC-JP | ???蘖?B | 00111111001111110011111111011101101100010011111101000010 | 3f3f3fddb13f42 |
UTF-8 | 卽겼쏢蘖렟B | 11100101100011011011110111101010101100101011110011101100100011111010001011101000100110001001011011101011101000001001111101000010 | e58dbdeab2bcec8fa2e89896eba09f42 |
UHC | 卽겼쏢蘖렟B | 1111000111101101101100001110010110111101111100111110010111101110100011101011000001000010 | f1edb0e5bdf3e5ee8eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)