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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???蟯??B | 0011111100111111001111111110010110110010001111110011111101000010 | 3f3f3fe5b23f3f42 |
EUC-JP | ???蟯??B | 0011111100111111001111111110101010110100001111110011111101000010 | 3f3f3feab43f3f42 |
UTF-8 | 렊렚쒔蟯쒔롊B | 11101011101000001000101011101011101000001001101011101100100100101001010011101000100111111010111111101100100100101001010011101011101000011000101001000010 | eba08aeba09aec9294e89fafec9294eba18a42 |
UHC | 렊렚쒔蟯쒔롊B | 10001110101000011000111010101101101111101010110111101001101010001011111010101101100011101101000001000010 | 8ea18eadbeade9a8bead8ed042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)