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 | 邵溷棧 | 111001111011100010011111111001011001111010100000 | e7b89fe59ea0 |
EUC-JP | 邵溷棧 | 111011101011101011011110111001111101110010100010 | eebadee7dca2 |
UTF-8 | 邵溷棧 | 111010011000001010110101111001101011101010110111111001101010001110100111 | e982b5e6bab7e6a3a7 |
UHC | 邵?棧 | 1110000111010000001111111110110111010000 | e1d03fedd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)