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 | ñë¿íò½ | 1111000111101011100011101011111111101101111100101000111010111101 | f1eb8ebfedf28ebd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñë?¿íò?? | 100011111010101111010000100011111010101110110011001111111000111110100010110001001000111110101011101111111000111110101011110100100011111100111111 | 8fabd08fabb33f8fa2c48fabbf8fabd23f3f |
UTF-8 | ñë¿íò½ | 11000011101100011100001110101011110000101000111011000010101111111100001110101101110000111011001011000010100011101100001010111101 | c3b1c3abc28ec2bfc3adc3b2c28ec2bd |
UHC | ???¿???½ | 00111111001111110011111110100010101011110011111100111111001111111010100011110110 | 3f3f3fa2af3f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)