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 | ñ¢ïÐ× | 1111000110100010111011111101000011010111 | f1a2efd0d7 |
SJIS-WIN | ?¢??× | 00111111100000011001000100111111001111111000000101111110 | 3f81913f3f817e |
EUC-JP | ñ¢ï?× | 1000111110101011110100001010000111110001100011111010101111000001001111111010000111011111 | 8fabd0a1f18fabc13fa1df |
UTF-8 | ñ¢ïÐ× | 11000011101100011100001010100010110000111010111111000011100100001100001110010111 | c3b1c2a2c3afc390c397 |
UHC | ???Ð× | 00111111001111110011111110101000101000101010000110111111 | 3f3f3fa8a2a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)