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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 畯???梓?\ | 111110110110111100111111001111110011111110001000101100100011111101011100 | fb6f3f3f3f88b23f5c |
EUC-JP | 畯???梓?\ | 10001111110011011011101100111111001111110011111110110000101101000011111101011100 | 8fcdbb3f3f3fb0b43f5c |
UTF-8 | 畯얜렰렋梓렎\ | 11100111100101011010111111101100100101101001110011101011101000001011000011101011101000001000101111100110101000101001001111101011101000001000111001011100 | e795afec969ceba0b0eba08be6a293eba08e5c |
UHC | 畯얜렰렋梓렎\ | 11110001111000011011111011101011100011101011110110001110101000101110111010101001100011101010010001011100 | f1e1beeb8ebd8ea2eea98ea45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)