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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?蕁}?蕁{^ | 001111111110010101000000011111010011111111100101010000000111101101011110 | 3fe5407d3fe5407b5e |
EUC-JP | ?蕁}?蕁{^ | 001111111110100110100001011111010011111111101001101000010111101101011110 | 3fe9a17d3fe9a17b5e |
UTF-8 | 렺蕁}렺蕁{^ | 111010111010000010111010111010001001010110000001011111011110101110100000101110101110100010010101100000010111101101011110 | eba0bae895817deba0bae895817b5e |
UHC | 렺蕁}렺蕁{^ | 1000111011000010110100111100011001111101100011101100001011010011110001100111101101011110 | 8ec2d3c67d8ec2d3c67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)