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 | 酌借菲 | 100011101101111010001110110110001110010011001001 | 8ede8ed8e4c9 |
EUC-JP | 酌借菲 | 101111001110000010111100110110101110100011001011 | bce0bcdae8cb |
UTF-8 | 酌借菲 | 111010011000010110001100111001011000000010011111111010001000111110110010 | e9858ce5809fe88fb2 |
UHC | 酌借菲 | 111011011100110011110011101010001101111010100011 | edccf3a8dea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)