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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?芍??芍?^ | 001111111110010010001001001111110011111111100100100010010011111101011110 | 3fe4893f3fe4893f5e |
EUC-JP | ?芍??芍?^ | 001111111110011111101001001111110011111111100111111010010011111101011110 | 3fe7e93f3fe7e93f5e |
UTF-8 | 결芍꾼결芍꾼^ | 11101010101100101011000011101000100010101000110111101010101111101011110011101010101100101011000011101000100010101000110111101010101111101011110001011110 | eab2b0e88a8deabebceab2b0e88a8deabebc5e |
UHC | 결芍꾼결芍꾼^ | 10110000111000011110110111001011101100101101101110110000111000011110110111001011101100101101101101011110 | b0e1edcbb2dbb0e1edcbb2db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)