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 | 彫?隕??? | 1001001010100100001111111110100010100110001111110011111100111111 | 92a43fe8a63f3f3f |
EUC-JP | 彫?隕??? | 1100010010100110001111111111000010101000001111110011111100111111 | c4a63ff0a83f3f3f |
UTF-8 | 彫렋隕렎롈렎 | 111001011011110110101011111010111010000010001011111010011001101010010101111010111010000010001110111010111010000110001000111010111010000010001110 | e5bdabeba08be99a95eba08eeba188eba08e |
UHC | 彫렋隕렎롈렎 | 111100001100000110001110101000101110101010100010100011101010010010001110110011101000111010100100 | f0c18ea2eaa28ea48ece8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)