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 | 髢ア增 | 1110100110010110101100011111101010011101 | e996b1fa9d |
EUC-JP | 髢ア? | 1111000111110110100011101011000100111111 | f1f68eb13f |
UTF-8 | 髢ア增 | 111010011010101110100010111011111011110110110001111001011010001010011110 | e9aba2efbdb1e5a29e |
UHC | ??增 | 00111111001111111111000111110010 | 3f3ff1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)