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{^ | 11100100110001111110001011001110010011100111110111100100110001111110001011001110010011100111101101011110 | e4c7e2ce4e7de4c7e2ce4e7b5e |
EUC-JP | 萇簧N}萇簧N{^ | 11101000110010011110010011010000010011100111110111101000110010011110010011010000010011100111101101011110 | e8c9e4d04e7de8c9e4d04e7b5e |
UTF-8 | 萇簧N}萇簧N{^ | 1110100010010000100001111110011110110000101001110100111001111101111010001001000010000111111001111011000010100111010011100111101101011110 | e89087e7b0a74e7de89087e7b0a74e7b5e |
UHC | ?簧N}?簧N{^ | 0011111111111100110101110100111001111101001111111111110011010111010011100111101101011110 | 3ffcd74e7d3ffcd74e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)