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 | 畯?梯?擬? | 111110110110111100111111100100101111001000111111100010110101101100111111 | fb6f3f92f23f8b5b3f |
EUC-JP | 畯?梯?擬? | 10001111110011011011101100111111110001001111010000111111101101011011110000111111 | 8fcdbb3fc4f43fb5bc3f |
UTF-8 | 畯렡梯렎擬렧 | 111001111001010110101111111010111010000010100001111001101010001010101111111010111010000010001110111001101001001110101100111010111010000010100111 | e795afeba0a1e6a2afeba08ee693aceba0a7 |
UHC | 畯렡梯렎擬렧 | 111100011110000110001110101100101111000010101100100011101010010011101011111101001000111010110110 | f1e18eb2f0ac8ea4ebf48eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)