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 | 慂ъ?鎰 | 10011100110010001000010010001100001111111110100001001100 | 9cc8848c3fe84c |
EUC-JP | 慂ъ?鎰 | 11011000110010101010011111101100001111111110111110101101 | d8caa7ec3fefad |
UTF-8 | 慂ъ쉻鎰 | 1110011010000101100000101101000110001010111011001000100110111011111010011000111010110000 | e68582d18aec89bbe98eb0 |
UHC | 慂ъ쉻鎰 | 1110100110111101101011001110110010011010100100011110110011110000 | e9bdacec9a91ecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)