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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | 鋌崍}鋌崍{^ | 100011111110010010111011100011111011101111000100011111011000111111100100101110111000111110111011110001000111101101011110 | 8fe4bb8fbbc47d8fe4bb8fbbc47b5e |
UTF-8 | 鋌崍}鋌崍{^ | 111010011000101110001100111001011011010010001101011111011110100110001011100011001110010110110100100011010111101101011110 | e98b8ce5b48d7de98b8ce5b48d7b5e |
UHC | 鋌崍}鋌崍{^ | 1110111111111011110101011100111101111101111011111111101111010101110011110111101101011110 | effbd5cf7deffbd5cf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)