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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | ?紅N}?紅N{^ | 0011111110001101011001110100111001111101001111111000110101100111010011100111101101011110 | 3f8d674e7d3f8d674e7b5e |
EUC-JP | ?紅N}?紅N{^ | 0011111110111001110010000100111001111101001111111011100111001000010011100111101101011110 | 3fb9c84e7d3fb9c84e7b5e |
UTF-8 | 뤛紅N}뤛紅N{^ | 1110101110100100100110111110011110110100100001010100111001111101111010111010010010011011111001111011010010000101010011100111101101011110 | eba49be7b4854e7deba49be7b4854e7b5e |
UHC | 뤛紅N}뤛紅N{^ | 10001111110010101111101111110101010011100111110110001111110010101111101111110101010011100111101101011110 | 8fcafbf54e7d8fcafbf54e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)