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 | Ï³å³ | 10001110110011111000111010110011100011111110010110110011 | 8ecf8eb38fe5b3 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Ï???å? | 0011111110001111101010101100000100111111001111110011111110001111101010111010100100111111 | 3f8faac13f3f3f8faba93f |
UTF-8 | Ï³å³ | 1100001010001110110000111000111111000010100011101100001010110011110000101000111111000011101001011100001010110011 | c28ec38fc28ec2b3c28fc3a5c2b3 |
UHC | ???³??³ | 001111110011111100111111101010011111100000111111001111111010100111111000 | 3f3f3fa9f83f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)