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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 勺杓赦 | 100011101101100110001110110110111000111011001101 | 8ed98edb8ecd |
EUC-JP | 勺杓赦 | 101111001101101110111100110111011011110011001111 | bcdbbcddbccf |
UTF-8 | 勺杓赦 | 111001011000101110111010111001101001110110010011111010001011010110100110 | e58bbae69d93e8b5a6 |
UHC | 勺杓赦 | 111011011100001111111000111101011101111011110101 | edc3f8f5def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)