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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諤ヲ邂 | 1110011010000000101001101110011110101110 | e680a6e7ae |
EUC-JP | 諤ヲ邂 | 111010111110000010001110101001101110111010110000 | ebe08ea6eeb0 |
UTF-8 | 諤ヲ邂 | 111010001010101110100100111011111011110110100110111010011000001010000010 | e8aba4efbda6e98282 |
UHC | ??邂 | 00111111001111111111101010110011 | 3f3ffab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)