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 | ¼D¼D^ | 10010000101111000100010010010000101111000100010001011110 | 90bc4490bc445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
UTF-8 | ¼D¼D^ | 1100001010010000110000101011110001000100110000101001000011000010101111000100010001011110 | c290c2bc44c290c2bc445e |
UHC | ?¼D?¼D^ | 001111111010100011111001010001000011111110101000111110010100010001011110 | 3fa8f9443fa8f9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)