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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 苡?}苡?{^ | 111001001000111100111111011111011110010010001111001111110111101101011110 | e48f3f7de48f3f7b5e |
EUC-JP | 苡?}苡?{^ | 111001111110111100111111011111011110011111101111001111110111101101011110 | e7ef3f7de7ef3f7b5e |
UTF-8 | 苡죒}苡죒{^ | 111010001000101110100001111011001010001110010010011111011110100010001011101000011110110010100011100100100111101101011110 | e88ba1eca3927de88ba1eca3927b5e |
UHC | 苡죒}苡죒{^ | 1110110010111110101000010110111001111101111011001011111010100001011011100111101101011110 | ecbea16e7decbea16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)