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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 駭??駭??^ | 111010010110111000111111001111111110100101101110001111110011111101011110 | e96e3f3fe96e3f3f5e |
EUC-JP | 駭??駭??^ | 111100011100111100111111001111111111000111001111001111110011111101011110 | f1cf3f3ff1cf3f3f5e |
UTF-8 | 駭덜땁駭깨텪^ | 11101001101001111010110111101011100011011001110011101011100101011000000111101001101001111010110111101010101110011010100011101101100001011010101001011110 | e9a7adeb8d9ceb9581e9a7adeab9a8ed85aa5e |
UHC | 駭덜땁駭깨텪^ | 11111010101101001011010011111010101101101010001011111010101101001011000111111010101101101001111001011110 | fab4b4fab6a2fab4b1fab69e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)