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 | 宍杓赦 | 100011101011001110001110110110111000111011001101 | 8eb38edb8ecd |
EUC-JP | 宍杓赦 | 101111001011010110111100110111011011110011001111 | bcb5bcddbccf |
UTF-8 | 宍杓赦 | 111001011010111010001101111001101001110110010011111010001011010110100110 | e5ae8de69d93e8b5a6 |
UHC | ?杓赦 | 0011111111111000111101011101111011110101 | 3ff8f5def5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)