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{^ | 11100111100110101001100101111011010011100111110111100111100110101001100101111011010011100111101101011110 | e79a997b4e7de79a997b4e7b5e |
EUC-JP | 逧几N}逧几N{^ | 11101101111110101101000111011100010011100111110111101101111110101101000111011100010011100111101101011110 | edfad1dc4e7dedfad1dc4e7b5e |
UTF-8 | 逧几N}逧几N{^ | 1110100110000000101001111110010110000111101000000100111001111101111010011000000010100111111001011000011110100000010011100111101101011110 | e980a7e587a04e7de980a7e587a04e7b5e |
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)