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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 迹、奓ョBF | 1110011110010001101001001111101010100000101011100100001001000110 | e791a4faa0ae4246 |
EUC-JP | 迹、奓ョBF | 1110110111110001100011101010010010001111101110001111010110001110101011100100001001000110 | edf18ea48fb8f58eae4246 |
UTF-8 | 迹、奓ョBF | 1110100010111111101110011110111110111101101001001110010110100101100100111110111110111101101011100100001001000110 | e8bfb9efbda4e5a593efbdae4246 |
UHC | 迹???BF | 11101110111010010011111100111111001111110100001001000110 | eee93f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)