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 | 勺杓赦釈 | 1000111011011001100011101101101110001110110011011000111011011111 | 8ed98edb8ecd8edf |
EUC-JP | 勺杓赦釈 | 1011110011011011101111001101110110111100110011111011110011100001 | bcdbbcddbccfbce1 |
UTF-8 | 勺杓赦釈 | 111001011000101110111010111001101001110110010011111010001011010110100110111010011000011110001000 | e58bbae69d93e8b5a6e98788 |
UHC | 勺杓赦? | 11101101110000111111100011110101110111101111010100111111 | edc3f8f5def53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)