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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 辞シ闔「ヨ | 1111000010100110100011101010101111110001111001111011110011101000100011101010001011010110 | f0a68eabf1e7bce88ea2d6 |
EUC-JP | ?辞?シ闔「ヨ | 001111111011110010101101001111111000111010111100111011111110111010001110101000101000111011010110 | 3fbcad3f8ebcefee8ea28ed6 |
UTF-8 | 辞シ闔「ヨ | 111011101000000110100101111010001011111010011110111011101000010110100010111011111011110110111100111010011001011110010100111011111011110110100010111011111011111010010110 | ee81a5e8be9eee85a2efbdbce99794efbda2efbe96 |
UHC | ????闔?? | 0011111100111111001111110011111111111001111011110011111100111111 | 3f3f3f3ff9ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)