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 | 酌邪貲 | 100011101101111010001110110101111110011011000101 | 8ede8ed7e6c5 |
EUC-JP | 酌邪貲 | 101111001110000010111100110110011110110011000111 | bce0bcd9ecc7 |
UTF-8 | 酌邪貲 | 111010011000010110001100111010011000001010101010111010001011001010110010 | e9858ce982aae8b2b2 |
UHC | 酌邪? | 1110110111001100110111101111011100111111 | edccdef73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)