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 | 瀟碎邵 | 111000000110111011100001111010101110011110111000 | e06ee1eae7b8 |
EUC-JP | 瀟碎邵 | 110111111100111111100010111011001110111010111010 | dfcfe2eceeba |
UTF-8 | 瀟碎邵 | 111001111000000010011111111001111010001010001110111010011000001010110101 | e7809fe7a28ee982b5 |
UHC | 瀟碎邵 | 111000011011111011100001111011111110000111010000 | e1bee1efe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)