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 | 術射摯 | 100011110111000010001110110010111001110110010101 | 8f708ecb9d95 |
EUC-JP | 術射摯 | 101111011101000110111100110011011101100111110101 | bdd1bccdd9f5 |
UTF-8 | 術射摯 | 111010001010000110010011111001011011000010000100111001101001000110101111 | e8a193e5b084e691af |
UHC | 術射摯 | 111000101111101011011110110100101111001010100111 | e2faded2f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)