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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 櫻??H | 1001111101001110001111110011111101001000 | 9f4e3f3f48 |
EUC-JP | 櫻??H | 1101110110101111001111110011111101001000 | ddaf3f3f48 |
UTF-8 | 櫻땱꿩H | 11100110101010111011101111101011100101011011000111101010101111111010100101001000 | e6abbbeb95b1eabfa948 |
UHC | 櫻땱꿩H | 11100101101000011000101110000111101100101110011001001000 | e5a18b87b2e648 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)