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 | ñà¶îº« | 1111000111100000100011101011011011101110101110101000111010101011 | f1e08eb6eeba8eab |
SJIS-WIN | ???¶???? | 001111110011111100111111100000011111011100111111001111110011111100111111 | 3f3f3f81f73f3f3f3f |
EUC-JP | ñà?¶îº?? | 1000111110101011110100001000111110101011101000100011111110100010111110011000111110101011110000101000111110100010111010110011111100111111 | 8fabd08faba23fa2f98fabc28fa2eb3f3f |
UTF-8 | ñà¶îº« | 11000011101100011100001110100000110000101000111011000010101101101100001110101110110000101011101011000010100011101100001010101011 | c3b1c3a0c28ec2b6c3aec2bac28ec2ab |
UHC | ???¶?º?? | 00111111001111110011111110100010110100100011111110101000101011000011111100111111 | 3f3f3fa2d23fa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)