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 | 造?址 | 1001000110100010001111111001101010101100 | 91a23f9aac |
EUC-JP | 造?址 | 1100001010100100001111111101010010101110 | c2a43fd4ae |
UTF-8 | 造렎址 | 111010011000000010100000111010111010000010001110111001011001110110000000 | e980a0eba08ee59d80 |
UHC | 造렎址 | 111100001110001110001110101001001111001010100011 | f0e38ea4f2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)