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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 筌????F | 11100010101000110011111100111111001111110011111101000110 | e2a33f3f3f3f46 |
EUC-JP | 筌??沅?F | 111001001010010100111111001111111000111111000110111010010011111101000110 | e4a53f3f8fc6e93f46 |
UTF-8 | 筌뚮슙沅쪩F | 11100111101011011000110011101011100110101010111011101100100010101001100111100110101100101000010111101100101010101010100101000110 | e7ad8ceb9aaeec8a99e6b285ecaaa946 |
UHC | 筌뚮슙沅쪩F | 1110111110100111100011001110101110011010101001111110101010110110101001100100001001000110 | efa78ceb9aa7eab6a64246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)