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?Z??B | 00111111011000100011111101011010001111110011111101000010 | 3f623f5a3f3f42 |
SJIS-WIN | ?b?Z??B | 00111111011000100011111101011010001111110011111101000010 | 3f623f5a3f3f42 |
EUC-JP | ?b?Z??B | 00111111011000100011111101011010001111110011111101000010 | 3f623f5a3f3f42 |
UTF-8 | 혢b혥Z횪챕B | 111011011001100010100010011000101110110110011000101001010101101011101101100110101010101011101100101100011001010101000010 | ed98a262ed98a55aed9aaaecb19542 |
UHC | 혢b혥Z횪챕B | 1100001010001011011000101100001010001101010110101100001110100000110000111010100101000010 | c28b62c28d5ac3a0c3a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)