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 | 水誦席 | 100100001000010111100110011101011001000011001000 | 9085e67590c8 |
EUC-JP | 水誦席 | 101111111110010111101011110101101100000011001010 | bfe5ebd6c0ca |
UTF-8 | 水誦席 | 111001101011000010110100111010001010101010100110111001011011100010101101 | e6b0b4e8aaa6e5b8ad |
UHC | 水誦席 | 111000101010100111100001111010011110000010101100 | e2a9e1e9e0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)