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 | 酌斜鵫 | 100011101101111010001110110011101111110001001000 | 8ede8ecefc48 |
EUC-JP | 酌斜鵫 | 10111100111000001011110011010000100011111110101111111010 | bce0bcd08febfa |
UTF-8 | 酌斜鵫 | 111010011000010110001100111001101001011010011100111010011011010110101011 | e9858ce6969ce9b5ab |
UHC | 酌斜? | 1110110111001100110111101101100000111111 | edccded83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)