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 | ëä½ïö¹ | 1110101111100100100011101011110111101111111101101000111010111001 | ebe48ebdeff68eb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ëä??ïö?? | 10001111101010111011001110001111101010111010001100111111001111111000111110101011110000011000111110101011110100110011111100111111 | 8fabb38faba33f3f8fabc18fabd33f3f |
UTF-8 | ëä½ïö¹ | 11000011101010111100001110100100110000101000111011000010101111011100001110101111110000111011011011000010100011101100001010111001 | c3abc3a4c28ec2bdc3afc3b6c28ec2b9 |
UHC | ???½???¹ | 00111111001111110011111110101000111101100011111100111111001111111010100111110110 | 3f3f3fa8f63f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)