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 | 但樽炭莵 | 1001001001000001100100100100110110010010010110011110010010110111 | 9241924d9259e4b7 |
EUC-JP | 但樽炭莵 | 1100001110100010110000111010111011000011101110101110100010111001 | c3a2c3aec3bae8b9 |
UTF-8 | 但樽炭莵 | 111001001011110110000110111001101010100010111101111001111000001010101101111010001000111010110101 | e4bd86e6a8bde782ade88eb5 |
UHC | 但樽炭? | 11010011101000111111000111011100111101111010100100111111 | d3a3f1dcf7a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)