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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 翁??○h | 10001001101001010011111100111111100000011001101101101000 | 89a53f3f819b68 |
EUC-JP | 翁??○h | 10110010101001110011111100111111101000011111101101101000 | b2a73f3fa1fb68 |
UTF-8 | 翁골렱○h | 11100111101111111000000111101010101100111010100011101011101000001011000111100010100101111000101101101000 | e7bf81eab3a8eba0b1e2978b68 |
UHC | 翁골렱○h | 111010001011101010110000111100011000111010111110101000011101101101101000 | e8bab0f18ebea1db68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)