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 | 彫?隕?哉? | 100100101010010000111111111010001010011000111111100011011100011000111111 | 92a43fe8a63f8dc63f |
EUC-JP | 彫?隕?哉? | 110001001010011000111111111100001010100000111111101110101100100000111111 | c4a63ff0a83fbac83f |
UTF-8 | 彫렋隕렎哉렞 | 111001011011110110101011111010111010000010001011111010011001101010010101111010111010000010001110111001011001001110001001111010111010000010011110 | e5bdabeba08be99a95eba08ee59389eba09e |
UHC | 彫렋隕렎哉렞 | 111100001100000110001110101000101110101010100010100011101010010011101110101000111000111010101111 | f0c18ea2eaa28ea4eea38eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)