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 | 赱晤ク | 1110011011011111100111011110101110111000 | e6df9debb8 |
EUC-JP | 赱晤ク | 111011001110000111011010111011011000111010111000 | ece1daed8eb8 |
UTF-8 | 赱晤ク | 111010001011010110110001111001101001100110100100111011111011110110111000 | e8b5b1e699a4efbdb8 |
UHC | ?晤? | 00111111111001111111101100111111 | 3fe7fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)