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 | íñ§Þíñ | 111011011111000110100111110111101110110111110001 | edf1a7deedf1 |
SJIS-WIN | ??§??? | 00111111001111111000000110011000001111110011111100111111 | 3f3f81983f3f3f |
EUC-JP | íñ§Þíñ | 1000111110101011101111111000111110101011110100001010000111111000100011111010100110110000100011111010101110111111100011111010101111010000 | 8fabbf8fabd0a1f88fa9b08fabbf8fabd0 |
UTF-8 | íñ§Þíñ | 110000111010110111000011101100011100001010100111110000111001111011000011101011011100001110110001 | c3adc3b1c2a7c39ec3adc3b1 |
UHC | ??§Þ?? | 0011111100111111101000011101011110101000101011010011111100111111 | 3f3fa1d7a8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)