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 | íªNíªK | 1110110110011000101010100100111011101101100110001010101001001011 | ed98aa4eed98aa4b |
SJIS-WIN | ???N???K | 0011111100111111001111110100111000111111001111110011111101001011 | 3f3f3f4e3f3f3f4b |
EUC-JP | í?ªNí?ªK | 10001111101010111011111100111111100011111010001011101100010011101000111110101011101111110011111110001111101000101110110001001011 | 8fabbf3f8fa2ec4e8fabbf3f8fa2ec4b |
UTF-8 | íªNíªK | 1100001110101101110000101001100011000010101010100100111011000011101011011100001010011000110000101010101001001011 | c3adc298c2aa4ec3adc298c2aa4b |
UHC | ??ªN??ªK | 00111111001111111010100010100011010011100011111100111111101010001010001101001011 | 3f3fa8a34e3f3fa8a34b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)