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 | 蠎包ス壌豎隱 | 1110010110111010100101011110111110111101100011111110101111100110101100011110100010101010 | e5ba95efbd8febe6b1e8aa |
EUC-JP | 蠎包ス壌豎隱 | 111010101011110011001010111100011000111010111101101111101110110111101100101100111111000010101100 | eabccaf18ebdbeedecb3f0ac |
UTF-8 | 蠎包ス壌豎隱 | 111010001010000010001110111001011000110010000101111011111011110110111101111001011010001110001100111010001011000110001110111010011001101010110001 | e8a08ee58c85efbdbde5a38ce8b18ee99ab1 |
UHC | ?包???隱 | 0011111111111000110100000011111100111111001111111110101111011111 | 3ff8d03f3f3febdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)