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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 伊逗?瀞?? | 100010001100100110010000100000000011111110010011110100100011111100111111 | 88c990803f93d23f3f |
EUC-JP | 伊逗汶瀞?? | 1011000011001011101111111110000010001111110001101110010111000110110101000011111100111111 | b0cbbfe08fc6e5c6d43f3f |
UTF-8 | 伊逗汶瀞펫렣 | 111001001011110010001010111010011000000010010111111001101011000110110110111001111000000010011110111011011000111010101011111010111010000010100011 | e4bc8ae98097e6b1b6e7809eed8eabeba0a3 |
UHC | 伊逗汶瀞펫렣 | 111011001010010111010100111010001101101010100001111011111110011111000110111010101000111010110100 | eca5d4e8daa1efe7c6ea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)