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{^ | 11100111101000101000110101111011010011100111110111100111101000101000110101111011010011100111101101011110 | e7a28d7b4e7de7a28d7b4e7b5e |
EUC-JP | 遒砿N}遒砿N{^ | 11101110101001001011100111011100010011100111110111101110101001001011100111011100010011100111101101011110 | eea4b9dc4e7deea4b9dc4e7b5e |
UTF-8 | 遒砿N}遒砿N{^ | 1110100110000001100100101110011110100000101111110100111001111101111010011000000110010010111001111010000010111111010011100111101101011110 | e98192e7a0bf4e7de98192e7a0bf4e7b5e |
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)