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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 蚓}蚓{^ | 11100101011011010111110111100101011011010111101101011110 | e56d7de56d7b5e |
EUC-JP | 蚓}蚓{^ | 11101001110011100111110111101001110011100111101101011110 | e9ce7de9ce7b5e |
UTF-8 | 蚓}蚓{^ | 111010001001101010010011011111011110100010011010100100110111101101011110 | e89a937de89a937b5e |
UHC | 蚓}蚓{^ | 11101100111000100111110111101100111000100111101101011110 | ece27dece27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)