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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?遯訶 | 0011111111100111101010101110011001100100 | 3fe7aae664 |
EUC-JP | ?遯訶 | 0011111111101110101011001110101111000101 | 3feeacebc5 |
UTF-8 | 裡遯訶 | 111011111010011110101000111010011000000110101111111010001010100010110110 | efa7a8e981afe8a8b6 |
UHC | 裡遯訶 | 111011001100000111010100111011101100101010111000 | ecc1d4eecab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)