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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?珹?珹^ | 001111111000111111001011111110110011111110001111110010111111101101011110 | 3f8fcbfb3f8fcbfb5e |
UTF-8 | 뤖珹뤖珹^ | 11101011101001001001011011100111100011111011100111101011101001001001011011100111100011111011100101011110 | eba496e78fb9eba496e78fb95e |
UHC | 뤖珹뤖珹^ | 100011111100011011100000111110111000111111000110111000001111101101011110 | 8fc6e0fb8fc6e0fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)