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{^ | 1001101011111010001111110100111001111101100110101111101000111111010011100111101101011110 | 9afa3f4e7d9afa3f4e7b5e |
EUC-JP | 奧?N}奧?N{^ | 1101010011111100001111110100111001111101110101001111110000111111010011100111101101011110 | d4fc3f4e7dd4fc3f4e7b5e |
UTF-8 | 奧쥲N}奧쥲N{^ | 1110010110100101101001111110110010100101101100100100111001111101111001011010010110100111111011001010010110110010010011100111101101011110 | e5a5a7eca5b24e7de5a5a7eca5b24e7b5e |
UHC | 奧쥲N}奧쥲N{^ | 11100111111100111010001101000010010011100111110111100111111100111010001101000010010011100111101101011110 | e7f3a3424e7de7f3a3424e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)