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 | ??S?? | 0011111100111111010100110011111100111111 | 3f3f533f3f |
SJIS-WIN | テァSミケ | 1100001110100111010100111101000010111001 | c3a753d0b9 |
EUC-JP | テァSミケ | 100011101100001110001110101001110101001110001110110100001000111010111001 | 8ec38ea7538ed08eb9 |
UTF-8 | テァSミケ | 11101111101111101000001111101111101111011010011101010011111011111011111010010000111011111011110110111001 | efbe83efbda753efbe90efbdb9 |
UHC | ??S?? | 0011111100111111010100110011111100111111 | 3f3f533f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)