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 | 薜≧承 | 111001010100111110000001100001101000111110110011 | e54f81868fb3 |
EUC-JP | 薜≧承 | 111010011011000010100001111001101011111010110101 | e9b0a1e6beb5 |
UTF-8 | 薜≧承 | 111010001001011010011100111000101000100110100111111001101000100110111111 | e8969ce289a7e689bf |
UHC | ??承 | 00111111001111111110001110101111 | 3f3fe3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)