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 | 邵帝孫 | 111001111011100010010010111010011001000110110111 | e7b892e991b7 |
EUC-JP | 邵帝孫 | 111011101011101011000100111010111100001010111001 | eebac4ebc2b9 |
UTF-8 | 邵帝孫 | 111010011000001010110101111001011011100010011101111001011010110110101011 | e982b5e5b89de5adab |
UHC | 邵帝孫 | 111000011101000011110000101010001110000111011101 | e1d0f0a8e1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)