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 | 隲イ譴ヲ瑶 | 1110100010101011101100101110011010100010101001101110000011110100 | e8abb2e6a2a6e0f4 |
EUC-JP | 隲イ譴ヲ瑶 | 11110000101011011000111010110010111011001010010010001110101001101110000011110110 | f0ad8eb2eca48ea6e0f6 |
UTF-8 | 隲イ譴ヲ瑶 | 111010011001101010110010111011111011110110110010111010001010110110110100111011111011110110100110111001111001000110110110 | e99ab2efbdb2e8adb4efbda6e791b6 |
UHC | ??譴?? | 001111110011111111001100101110010011111100111111 | 3f3fccb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)