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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 伊逗??? | 10001000110010011001000010000000001111110011111100111111 | 88c990803f3f3f |
EUC-JP | 伊逗??? | 10110000110010111011111111100000001111110011111100111111 | b0cbbfe03f3f3f |
UTF-8 | 伊逗렚쇠썬 | 111001001011110010001010111010011000000010010111111010111010000010011010111011001000011110100000111011001000110110101100 | e4bc8ae98097eba09aec87a0ec8dac |
UHC | 伊逗렚쇠썬 | 11101100101001011101010011101000100011101010110110111100111010001011110111100011 | eca5d4e88eadbce8bde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)