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 | ??o?? | 0011111100111111011011110011111100111111 | 3f3f6f3f3f |
SJIS-WIN | テ」oツつ | 110000111010001101101111110000101000001011000010 | c3a36fc282c2 |
EUC-JP | テ」oツつ | 100011101100001110001110101000110110111110001110110000101010010011000100 | 8ec38ea36f8ec2a4c4 |
UTF-8 | テ」oツつ | 11101111101111101000001111101111101111011010001101101111111011111011111010000010111000111000000110100100 | efbe83efbda36fefbe82e381a4 |
UHC | ??o?つ | 001111110011111101101111001111111010101011000100 | 3f3f6f3faac4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)