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 | 糘磯シ襤 | 11100010111100101000100011101001101111001110011001000001 | e2f288e9bce641 |
EUC-JP | 糘磯シ襤 | 1110010011110100101100001110101110001110101111001110101110100010 | e4f4b0eb8ebceba2 |
UTF-8 | 糘磯シ襤 | 111001111011001110011000111001111010001110101111111011111011110110111100111010001010010110100100 | e7b398e7a3afefbdbce8a5a4 |
UHC | ?磯?襤 | 001111111101000110110100001111111101010111000001 | 3fd1b43fd5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)