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{^ | 0011111100111111011110110100111001111101001111110011111101111011010011100111101101011110 | 3f3f7b4e7d3f3f7b4e7b5e |
SJIS-WIN | ケャ{N}ケャ{N{^ | 1011100110101100011110110100111001111101101110011010110001111011010011100111101101011110 | b9ac7b4e7db9ac7b4e7b5e |
EUC-JP | ケャ{N}ケャ{N{^ | 100011101011100110001110101011000111101101001110011111011000111010111001100011101010110001111011010011100111101101011110 | 8eb98eac7b4e7d8eb98eac7b4e7b5e |
UTF-8 | ケャ{N}ケャ{N{^ | 11101111101111011011100111101111101111011010110001111011010011100111110111101111101111011011100111101111101111011010110001111011010011100111101101011110 | efbdb9efbdac7b4e7defbdb9efbdac7b4e7b5e |
UHC | ??{N}??{N{^ | 0011111100111111011110110100111001111101001111110011111101111011010011100111101101011110 | 3f3f7b4e7d3f3f7b4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)