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 | ??D?? | 0011111100111111010001000011111100111111 | 3f3f443f3f |
SJIS-WIN | テ。Dツつ | 110000111010000101000100110000101000001011000010 | c3a144c282c2 |
EUC-JP | テ。Dツつ | 100011101100001110001110101000010100010010001110110000101010010011000100 | 8ec38ea1448ec2a4c4 |
UTF-8 | テ。Dツつ | 11101111101111101000001111101111101111011010000101000100111011111011111010000010111000111000000110100100 | efbe83efbda144efbe82e381a4 |
UHC | ??D?つ | 001111110011111101000100001111111010101011000100 | 3f3f443faac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)