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 | è·Ï¹ | 111010001011011110001110110011111000111010111001 | e8b78ecf8eb9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è??Ï?? | 10001111101010111011001000111111001111111000111110101010110000010011111100111111 | 8fabb23f3f8faac13f3f |
UTF-8 | è·Ï¹ | 110000111010100011000010101101111100001010001110110000111000111111000010100011101100001010111001 | c3a8c2b7c28ec38fc28ec2b9 |
UHC | ?·???¹ | 0011111110100001101001000011111100111111001111111010100111110110 | 3fa1a43f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)