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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 壯?儲? | 100110101110000100111111100101101101011100111111 | 9ae13f96d73f |
EUC-JP | 壯?儲? | 110101001110001100111111110011001101100100111111 | d4e33fccd93f |
UTF-8 | 壯렍儲렗 | 111001011010001110101111111010111010000010001101111001011000010010110010111010111010000010010111 | e5a3afeba08de584b2eba097 |
UHC | 壯렍儲렗 | 1110110111100000100011101010001111101110101110011000111010101100 | ede08ea3eeb98eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)