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 | ?貽骰 | 0011111111100110110001001110100110001101 | 3fe6c4e98d |
EUC-JP | 弝貽骰 | 10001111101111001110001111101100110001101111000111101101 | 8fbce3ecc6f1ed |
UTF-8 | 弝貽骰 | 111001011011110010011101111010001011001010111101111010011010101010110000 | e5bc9de8b2bde9aab0 |
UHC | ?貽? | 00111111111011001100001000111111 | 3fecc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)