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 | 慂麓躬稷 | 1001110011001000100110000101101111100111010110101110001001101100 | 9cc8985be75ae26c |
EUC-JP | 慂麓躬稷 | 1101100011001010110011111011110011101101101110111110001111001101 | d8cacfbcedbbe3cd |
UTF-8 | 慂麓躬稷 | 111001101000010110000010111010011011101010010011111010001011101010101100111001111010100010110111 | e68582e9ba93e8baace7a8b7 |
UHC | 慂麓躬稷 | 1110100110111101110101101110010011001111111001011111001011000011 | e9bdd6e4cfe5f2c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)