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 | 赦杓謝実 | 1000111011001101100011101101101110001110110100111000111011000000 | 8ecd8edb8ed38ec0 |
EUC-JP | 赦杓謝実 | 1011110011001111101111001101110110111100110101011011110011000010 | bccfbcddbcd5bcc2 |
UTF-8 | 赦杓謝実 | 111010001011010110100110111001101001110110010011111010001010110010011101111001011010111010011111 | e8b5a6e69d93e8ac9de5ae9f |
UHC | 赦杓謝? | 11011110111101011111100011110101110111101111001100111111 | def5f8f5def33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)