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 | コ篷硎 | 1011101011100010110010011111101101111001 | bae2c9fb79 |
EUC-JP | コ篷硎 | 10001110101110101110010011001011100011111100111111100010 | 8ebae4cb8fcfe2 |
UTF-8 | コ篷硎 | 111011111011110110111010111001111010111110110111111001111010000110001110 | efbdbae7afb7e7a18e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)