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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?戍非B | 001111111001110011111001100101001111000101000010 | 3f9cf994f142 |
EUC-JP | ?戍非B | 001111111101100011111011110010001111001101000010 | 3fd8fbc8f342 |
UTF-8 | 룵戍非B | 11101011101000111011010111100110100010001000110111101001100111011001111001000010 | eba3b5e6888de99d9e42 |
UHC | 룵戍非B | 10001111101010101110001010100001110111101010101001000010 | 8faae2a1deaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)