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 | 壯?仲甲 | 10011010111000010011111110010010100001111000110101100010 | 9ae13f92878d62 |
EUC-JP | 壯?仲甲 | 11010100111000110011111111000011111001111011100111000011 | d4e33fc3e7b9c3 |
UTF-8 | 壯렓仲甲 | 111001011010001110101111111010111010000010010011111001001011101110110010111001111001010010110010 | e5a3afeba093e4bbb2e794b2 |
UHC | 壯렓仲甲 | 1110110111100000100011101010100011110001111010101100101110100011 | ede08ea8f1eacba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)