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 | 00111111001111110011111111100101011011010011111101000110 | 3f3f3fe56d3f46 |
EUC-JP | ???蚓?F | 00111111001111110011111111101001110011100011111101000110 | 3f3f3fe9ce3f46 |
UTF-8 | 溜삥컩蚓퇑F | 11101111101001111000101111101100100000101010010111101100101110111010100111101000100110101001001111101101100001111001000101000110 | efa78bec82a5ecbba9e89a93ed879146 |
UHC | 溜삥컩蚓퇑F | 1110101011111110101110111110011010110000100100011110110011100010101110000100001001000110 | eafebbe6b091ece2b84246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)