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 | 慂麓菷慂 | 1001110011001000100110000101101111100100110001101001110011001000 | 9cc8985be4c69cc8 |
EUC-JP | 慂麓菷慂 | 1101100011001010110011111011110011101000110010001101100011001010 | d8cacfbce8c8d8ca |
UTF-8 | 慂麓菷慂 | 111001101000010110000010111010011011101010010011111010001000111110110111111001101000010110000010 | e68582e9ba93e88fb7e68582 |
UHC | 慂麓?慂 | 11101001101111011101011011100100001111111110100110111101 | e9bdd6e43fe9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)