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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 亦跫皃 | 100101101001001011100110111011011110000110100100 | 9692e6ede1a4 |
EUC-JP | 亦跫皃 | 110010111111001011101100111011111110001010100110 | cbf2ecefe2a6 |
UTF-8 | 亦跫皃 | 111001001011101010100110111010001011011110101011111001111001101010000011 | e4baa6e8b7abe79a83 |
UHC | 亦?? | 11100110101100100011111100111111 | e6b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)