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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 俺?\ | 10001001101101000011111101011100 | 89b43f5c |
EUC-JP | 俺?\ | 10110010101101100011111101011100 | b2b63f5c |
UTF-8 | 俺쟦\ | 11100100101111111011101011101100100111111010011001011100 | e4bfbaec9fa65c |
UHC | 俺쟦\ | 1110010111101111101000000110100001011100 | e5efa0685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)