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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | シタx | 1111010010100101101111001100000001111000 | f4a5bcc078 |
EUC-JP | ?シタx | 001111111000111010111100100011101100000001111000 | 3f8ebc8ec078 |
UTF-8 | シタx | 11101110100011011001010011101111101111011011110011101111101111101000000001111000 | ee8d94efbdbcefbe8078 |
UHC | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)