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 | 邵橄込縺 | 1110011110111000100111101110101110001101100111101110001110000001 | e7b89eeb8d9ee381 |
EUC-JP | 邵橄込縺 | 1110111010111010110111001110110110111001111111101110010111100001 | eebadcedb9fee5e1 |
UTF-8 | 邵橄込縺 | 111010011000001010110101111001101010100110000100111010001011111010111100111001111011100010111010 | e982b5e6a984e8bebce7b8ba |
UHC | 邵橄?? | 111000011101000011001010111101000011111100111111 | e1d0caf43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)