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 | 10111100110101101011110010101001111010001111101101000010 | bcd6bca9e8fb42 |
EUC-JP | シヨシゥ顯B | 1000111010111100100011101101011010001110101111001000111010101001111100001111110101000010 | 8ebc8ed68ebc8ea9f0fd42 |
UTF-8 | シヨシゥ顯B | 11101111101111011011110011101111101111101001011011101111101111011011110011101111101111011010100111101001101000011010111101000010 | efbdbcefbe96efbdbcefbda9e9a1af42 |
UHC | ????顯B | 00111111001111110011111100111111111110101110100101000010 | 3f3f3f3ffae942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)