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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | ?瀧可o | 001111111001000111101011100010011100001001101111 | 3f91eb89c26f |
EUC-JP | 鋌瀧可o | 1000111111100100101110111100001011101101101100101100010001101111 | 8fe4bbc2edb2c46f |
UTF-8 | 鋌瀧可o | 11101001100010111000110011100111100000001010011111100101100011111010111101101111 | e98b8ce780a7e58faf6f |
UHC | 鋌瀧可o | 11101111111110111101011011101001110010101010011001101111 | effbd6e9caa66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)