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 | 茵?仲甲 | 11100100100111110011111110010010100001111000110101100010 | e49f3f92878d62 |
EUC-JP | 茵?仲甲 | 11101000101000010011111111000011111001111011100111000011 | e8a13fc3e7b9c3 |
UTF-8 | 茵렓仲甲 | 111010001000110010110101111010111010000010010011111001001011101110110010111001111001010010110010 | e88cb5eba093e4bbb2e794b2 |
UHC | 茵렓仲甲 | 1110110011100000100011101010100011110001111010101100101110100011 | ece08ea8f1eacba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)