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 | ñ¾ | 111011101011000110111000111100011000111010111110 | eeb1b8f18ebe |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ñ?? | 10001111101010111100001010100001110111101000111110100010101100011000111110101011110100000011111100111111 | 8fabc2a1de8fa2b18fabd03f3f |
UTF-8 | ñ¾ | 110000111010111011000010101100011100001010111000110000111011000111000010100011101100001010111110 | c3aec2b1c2b8c3b1c28ec2be |
UHC | ?±¸??¾ | 001111111010000110111110101000101010110000111111001111111010100011111010 | 3fa1bea2ac3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)