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 | 閃箸}閃箸{^ | 1001000101001101100101001010001001111101100100010100110110010100101000100111101101011110 | 914d94a27d914d94a27b5e |
EUC-JP | 閃箸}閃箸{^ | 1100000110101110110010001010010001111101110000011010111011001000101001000111101101011110 | c1aec8a47dc1aec8a47b5e |
UTF-8 | 閃箸}閃箸{^ | 111010011001011010000011111001111010111010111000011111011110100110010110100000111110011110101110101110000111101101011110 | e99683e7aeb87de99683e7aeb87b5e |
UHC | 閃箸}閃箸{^ | 1110000011101100111011101100011001111101111000001110110011101110110001100111101101011110 | e0eceec67de0eceec67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)