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 | 蠎包ス壌邏蠎 | 1110010110111010100101011110111110111101100011111110101111100111101101001110010110111010 | e5ba95efbd8febe7b4e5ba |
EUC-JP | 蠎包ス壌邏蠎 | 111010101011110011001010111100011000111010111101101111101110110111101110101101101110101010111100 | eabccaf18ebdbeedeeb6eabc |
UTF-8 | 蠎包ス壌邏蠎 | 111010001010000010001110111001011000110010000101111011111011110110111101111001011010001110001100111010011000001010001111111010001010000010001110 | e8a08ee58c85efbdbde5a38ce9828fe8a08e |
UHC | ?包??邏? | 0011111111111000110100000011111100111111110101011010010000111111 | 3ff8d03f3fd5a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)