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 | ?梁}?梁{^ | 001111111001011111000000011111010011111110010111110000000111101101011110 | 3f97c07d3f97c07b5e |
EUC-JP | 鋌梁}鋌梁{^ | 10001111111001001011101111001110110000100111110110001111111001001011101111001110110000100111101101011110 | 8fe4bbcec27d8fe4bbcec27b5e |
UTF-8 | 鋌梁}鋌梁{^ | 111010011000101110001100111001101010001010000001011111011110100110001011100011001110011010100010100000010111101101011110 | e98b8ce6a2817de98b8ce6a2817b5e |
UHC | 鋌梁}鋌梁{^ | 1110111111111011110101011101100101111101111011111111101111010101110110010111101101011110 | effbd5d97deffbd5d97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)