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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 症澈シ | 10001111110001111111101101001011101111001111001010111000 | 8fc7fb4bbcf2b8 |
EUC-JP | 症澈シ? | 1011111011001001100011111100100011100101100011101011110000111111 | bec98fc8e58ebc3f |
UTF-8 | 症澈シ | 111001111001011110000111111001101011111010001000111011111011110110111100111011101000011110101111 | e79787e6be88efbdbcee87af |
UHC | 症澈?? | 111100011111100011110100110011010011111100111111 | f1f8f4cd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)