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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 但棚但族叩 | 10010010010000011001001001001001100100100100000110010001101100001001001001000000 | 92419249924191b09240 |
EUC-JP | 但棚但族叩 | 11000011101000101100001110101010110000111010001011000010101100101100001110100001 | c3a2c3aac3a2c2b2c3a1 |
UTF-8 | 但棚但族叩 | 111001001011110110000110111001101010001110011010111001001011110110000110111001101001011110001111111001011000111110101001 | e4bd86e6a39ae4bd86e6978fe58fa9 |
UHC | 但棚但族叩 | 11010011101000111101110111011100110100111010001111110000111010011100110110110000 | d3a3dddcd3a3f0e9cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)