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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 營??昻?? | 1001101001111010001111110011111111111010110100000011111100111111 | 9a7a3f3ffad03f3f |
EUC-JP | 營????? | 11010011110110110011111100111111001111110011111100111111 | d3db3f3f3f3f3f |
UTF-8 | 營띶넇昻㎬븞 | 111001111000011110011111111010111001110110110110111010111000010010000111111001101001100010111011111000111000111010101100111010111011100010011110 | e7879feb9db6eb8487e698bbe38eacebb89e |
UHC | 營띶넇昻㎬븞 | 111001111011110110001101111001011000011010010111111001001110100110100111111010001001010110001000 | e7bd8de58697e4e9a7e89588 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)