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 | 豼溽㍽縺 | 1110011010111111100111111110011110000111100011101110001110000001 | e6bf9fe7878ee381 |
EUC-JP | 豼溽?縺 | 11101100110000011101111011101001001111111110010111100001 | ecc1dee93fe5e1 |
UTF-8 | 豼溽㍽縺 | 111010001011000110111100111001101011101010111101111000111000110110111101111001111011100010111010 | e8b1bce6babde38dbde7b8ba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)