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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟒,髏コ | 11100101101110111000000101000011111010011001000010111010 | e5bb8143e990ba |
EUC-JP | 蟒,髏コ | 1110101010111101101000011010010011110001111100001000111010111010 | eabda1a4f1f08eba |
UTF-8 | 蟒,髏コ | 111010001001111110010010111011111011110010001100111010011010101110001111111011111011110110111010 | e89f92efbc8ce9ab8fefbdba |
UHC | ?,?? | 0011111110100011101011000011111100111111 | 3fa3ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)