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{^ | 1011001011110010011110110100111001111101101100101111001001111011010011100111101101011110 | b2f27b4e7db2f27b4e7b5e |
EUC-JP | イ?N}イ?N{^ | 1000111010110010001111110100111001111101100011101011001000111111010011100111101101011110 | 8eb23f4e7d8eb23f4e7b5e |
UTF-8 | イN}イN{^ | 1110111110111101101100101110111010000110101100110100111001111101111011111011110110110010111011101000011010110011010011100111101101011110 | efbdb2ee86b34e7defbdb2ee86b34e7b5e |
UHC | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)