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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 駭?駭∪?c^ | 11101001011011100011111111101001011011101000000110111110001111110110001101011110 | e96e3fe96e81be3f635e |
EUC-JP | 駭?駭∪?c^ | 11110001110011110011111111110001110011111010001011000000001111110110001101011110 | f1cf3ff1cfa2c03f635e |
UTF-8 | 駭쭄駭∪눼c^ | 1110100110100111101011011110110010101101100001001110100110100111101011011110001010001000101010101110101110001000101111000110001101011110 | e9a7adecad84e9a7ade288aaeb88bc635e |
UHC | 駭쭄駭∪눼c^ | 111110101011010010100111011110101111101010110100101000011111101010110100101101000110001101011110 | fab4a77afab4a1fab4b4635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)