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 | 治讌室 | 100011101010000111100110101001011000111010111010 | 8ea1e6a58eba |
EUC-JP | 治讌室 | 101111001010001111101100101001111011110010111100 | bca3eca7bcbc |
UTF-8 | 治讌室 | 111001101011001010111011111010001010111010001100111001011010111010100100 | e6b2bbe8ae8ce5aea4 |
UHC | 治?室 | 1111011010111101001111111110001111111000 | f6bd3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)