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 | ??Mo | 00111111001111110100110101101111 | 3f3f4d6f |
SJIS-WIN | テゥMo | 11000011101010010100110101101111 | c3a94d6f |
EUC-JP | テゥMo | 100011101100001110001110101010010100110101101111 | 8ec38ea94d6f |
UTF-8 | テゥMo | 1110111110111110100000111110111110111101101010010100110101101111 | efbe83efbda94d6f |
UHC | ??Mo | 00111111001111110100110101101111 | 3f3f4d6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)