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 | 赦汐杓瓏 | 1000111011001101100011101010110010001110110110111110000011111010 | 8ecd8eac8edbe0fa |
EUC-JP | 赦汐杓瓏 | 1011110011001111101111001010111010111100110111011110000011111100 | bccfbcaebcdde0fc |
UTF-8 | 赦汐杓瓏 | 111010001011010110100110111001101011000110010000111001101001110110010011111001111001001110001111 | e8b5a6e6b190e69d93e7938f |
UHC | 赦汐杓瓏 | 1101111011110101111000001011000111111000111101011101011011101010 | def5e0b1f8f5d6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)