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 | 阡苓Ζ | 111010001001010010010111111010001000001110100100 | e89497e883a4 |
EUC-JP | 阡苓Ζ | 111011111111010011001110111010101010011010100110 | eff4ceeaa6a6 |
UTF-8 | 阡苓Ζ | 1110100110011000101000011110100010001011100100111100111010010110 | e998a1e88b93ce96 |
UHC | 阡?Ζ | 1111010011000110001111111010010111000110 | f4c63fa5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)