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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淨?伊??界 | 100111111100010000111111100010001100100100111111001111111000101001000101 | 9fc43f88c93f3f8a45 |
EUC-JP | 淨?伊??界 | 110111101100011000111111101100001100101100111111001111111011001110100110 | dec63fb0cb3f3fb3a6 |
UTF-8 | 淨렠伊讀렲界 | 111001101011011110101000111010111010000010100000111001001011110010001010111011111010010110011010111010111010000010110010111001111001010110001100 | e6b7a8eba0a0e4bc8aefa59aeba0b2e7958c |
UHC | 淨렠伊讀렲界 | 111011111110010010001110101100011110110010100101110101001110011010001110101111111100110110100011 | efe48eb1eca5d4e68ebfcda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)