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 | ???_??~ | 00111111001111110011111101011111001111110011111101111110 | 3f3f3f5f3f3f7e |
SJIS-WIN | 篠モ」_偲治~ | 10001110110000101101001110100011010111111000111011000011100011101010000101111110 | 8ec2d3a35f8ec38ea17e |
EUC-JP | 篠モ」_偲治~ | 101111001100010010001110110100111000111010100011010111111011110011000101101111001010001101111110 | bcc48ed38ea35fbcc5bca37e |
UTF-8 | 篠モ」_偲治~ | 1110011110101111101000001110111110111110100100111110111110111101101000110101111111100101100000011011001011100110101100101011101101111110 | e7afa0efbe93efbda35fe581b2e6b2bb7e |
UHC | 篠??_?治~ | 111000011100011000111111001111110101111100111111111101101011110101111110 | e1c63f3f5f3ff6bd7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)