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 | 邵帝シ | 1110011110111000100100101110100110111100 | e7b892e9bc |
EUC-JP | 邵帝シ | 111011101011101011000100111010111000111010111100 | eebac4eb8ebc |
UTF-8 | 邵帝シ | 111010011000001010110101111001011011100010011101111011111011110110111100 | e982b5e5b89defbdbc |
UHC | 邵帝? | 1110000111010000111100001010100000111111 | e1d0f0a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)