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 | ñ¢úèó¨ | 111100011010001011111010111010001111001110101000 | f1a2fae8f3a8 |
SJIS-WIN | ?¢???¨ | 0011111110000001100100010011111100111111001111111000000101001110 | 3f81913f3f3f814e |
EUC-JP | ñ¢úèó¨ | 10001111101010111101000010100001111100011000111110101011111000101000111110101011101100101000111110101011110100011010000110101111 | 8fabd0a1f18fabe28fabb28fabd1a1af |
UTF-8 | ñ¢úèó¨ | 110000111011000111000010101000101100001110111010110000111010100011000011101100111100001010101000 | c3b1c2a2c3bac3a8c3b3c2a8 |
UHC | ?????¨ | 00111111001111110011111100111111001111111010000110100111 | 3f3f3f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)