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 | ??J?? | 0011111100111111010010100011111100111111 | 3f3f4a3f3f |
SJIS-WIN | ??J?? | 0011111100111111010010100011111100111111 | 3f3f4a3f3f |
EUC-JP | ??J?? | 0011111100111111010010100011111100111111 | 3f3f4a3f3f |
UTF-8 | 손섞J얠롗 | 11101100100001101001000011101100100001001001111001001010111011001001011010100000111010111010000110010111 | ec8690ec849e4aec96a0eba197 |
UHC | 손섞J얠롗 | 101111001101010110111100101011110100101010111110111011001000111011011011 | bcd5bcaf4abeec8edb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)