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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 醍???醍 | 10010001111001110011111100111111001111111001000111100111 | 91e73f3f3f91e7 |
EUC-JP | 醍???醍 | 11000010111010010011111100111111001111111100001011101001 | c2e93f3f3fc2e9 |
UTF-8 | 醍곌렠렭醍 | 111010011000011010001101111010101011001110001100111010111010000010100000111010111010000010101101111010011000011010001101 | e9868deab38ceba0a0eba0ade9868d |
UHC | 醍곌렠렭醍 | 11110000101101011011000011101010100011101011000110001110101110101111000010110101 | f0b5b0ea8eb18ebaf0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)