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 | ??諂??籤^ | 001111110011111111100110011110100011111100111111111000101101110001011110 | 3f3fe67a3f3fe2dc5e |
EUC-JP | ??諂??籤^ | 001111110011111111101011110110110011111100111111111001001101111001011110 | 3f3febdb3f3fe4de5e |
UTF-8 | 것뤨諂것뤨籤^ | 11101010101100101000001111101011101001001010100011101000101010111000001011101010101100101000001111101011101001001010100011100111101100011010010001011110 | eab283eba4a8e8ab82eab283eba4a8e7b1a45e |
UHC | 것뤨諂것뤨籤^ | 10110000110011011000111111010110111101001101101110110000110011011000111111010110111101001101100101011110 | b0cd8fd6f4dbb0cd8fd6f4d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)