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 | ¼DNª | 1001000110111100100100100100010010010010010011101001000110101010 | 91bc9244924e91aa |
SJIS-WIN | ???D?N?? | 0011111100111111001111110100010000111111010011100011111100111111 | 3f3f3f443f4e3f3f |
EUC-JP | ???D?N?ª | 00111111001111110011111101000100001111110100111000111111100011111010001011101100 | 3f3f3f443f4e3f8fa2ec |
UTF-8 | ¼DNª | 1100001010010001110000101011110011000010100100100100010011000010100100100100111011000010100100011100001010101010 | c291c2bcc29244c2924ec291c2aa |
UHC | ?¼?D?N?ª | 00111111101010001111100100111111010001000011111101001110001111111010100010100011 | 3fa8f93f443f4e3fa8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)