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 | 酌爾璽 | 100011101101111010001110101000101000111010100011 | 8ede8ea28ea3 |
EUC-JP | 酌爾璽 | 101111001110000010111100101001001011110010100101 | bce0bca4bca5 |
UTF-8 | 酌爾璽 | 111010011000010110001100111001111000100010111110111001111001001010111101 | e9858ce788bee792bd |
UHC | 酌爾璽 | 111011011100110011101100101100111101111111011110 | edccecb3dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)