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 | ¯°ONB | 100100011010111110010001101100001001001001001111100100100100111001000010 | 91af91b0924f924e42 |
SJIS-WIN | ???°?O?NB | 00111111001111110011111110000001100010110011111101001111001111110100111001000010 | 3f3f3f818b3f4f3f4e42 |
EUC-JP | ?¯?°?O?NB | 001111111000111110100010101101000011111110100001111010110011111101001111001111110100111001000010 | 3f8fa2b43fa1eb3f4f3f4e42 |
UTF-8 | ¯°ONB | 110000101001000111000010101011111100001010010001110000101011000011000010100100100100111111000010100100100100111001000010 | c291c2afc291c2b0c2924fc2924e42 |
UHC | ???°?O?NB | 00111111001111110011111110100001110001100011111101001111001111110100111001000010 | 3f3f3fa1c63f4f3f4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)