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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邵帝孫譽 | 1110011110111000100100101110100110010001101101111110011010100011 | e7b892e991b7e6a3 |
EUC-JP | 邵帝孫譽 | 1110111010111010110001001110101111000010101110011110110010100101 | eebac4ebc2b9eca5 |
UTF-8 | 邵帝孫譽 | 111010011000001010110101111001011011100010011101111001011010110110101011111010001010110110111101 | e982b5e5b89de5adabe8adbd |
UHC | 邵帝孫譽 | 1110000111010000111100001010100011100001110111011110011111100010 | e1d0f0a8e1dde7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)