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???bh | 001111110011111100111111011000100011111100111111001111110110001001101000 | 3f3f3f623f3f3f6268 |
SJIS-WIN | ???b???bh | 001111110011111100111111011000100011111100111111001111110110001001101000 | 3f3f3f623f3f3f6268 |
EUC-JP | ???b???bh | 001111110011111100111111011000100011111100111111001111110110001001101000 | 3f3f3f623f3f3f6268 |
UTF-8 | 淋귦삩b淋귦삩bh | 111011111010011110110101111010101011011110100110111011001000001010101001011000101110111110100111101101011110101010110111101001101110110010000010101010010110001001101000 | efa7b5eab7a6ec82a962efa7b5eab7a6ec82a96268 |
UHC | 淋귦삩b淋귦삩bh | 111011001111100010000010111011011001100010101000011000101110110011111000100000101110110110011000101010000110001001101000 | ecf882ed98a862ecf882ed98a86268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)