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 | 倚ワ┸ | 100110001101111110000011100011111000010010111101 | 98df838f84bd |
EUC-JP | 倚ワ┸ | 110100001110000110100101111011111010100010111111 | d0e1a5efa8bf |
UTF-8 | 倚ワ┸ | 111001011000000010011010111000111000001110101111111000101001010010111000 | e5809ae383afe294b8 |
UHC | 倚ワ┸ | 111010111110111110101011111011111010011010111111 | ebefabefa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)