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 | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
SJIS-WIN | 直U直N | 100100101011110001010101100100101011110001001110 | 92bc5592bc4e |
EUC-JP | 直U直N | 110001001011111001010101110001001011111001001110 | c4be55c4be4e |
UTF-8 | 直U直N | 1110011110011011101101000101010111100111100110111011010001001110 | e79bb455e79bb44e |
UHC | 直U直N | 111100101100000101010101111100101100000101001110 | f2c155f2c14e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)