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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 籤踐ヲョB | 11100010110111001110011011110110101001101010111001000010 | e2dce6f6a6ae42 |
EUC-JP | 籤踐ヲョB | 111001001101111011101100111110001000111010100110100011101010111001000010 | e4deecf88ea68eae42 |
UTF-8 | 籤踐ヲョB | 11100111101100011010010011101000101110001001000011101111101111011010011011101111101111011010111001000010 | e7b1a4e8b890efbda6efbdae42 |
UHC | 籤踐??B | 11110100110110011111010011000010001111110011111101000010 | f4d9f4c23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)