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 | 篩?? | 11100010101111110011111100111111 | e2bf3f3f |
EUC-JP | 篩琁堧 | 1110010011000001100011111100110010100011100011111011100010101000 | e4c18fcca38fb8a8 |
UTF-8 | 篩琁堧 | 111001111010111110101001111001111001000010000001111001011010000010100111 | e7afa9e79081e5a0a7 |
UHC | 篩琁堧 | 110111101110100011100000110001001110011011000000 | dee8e0c4e6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)