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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?孵?孵^ | 00111111100110110111101000111111100110110111101001011110 | 3f9b7a3f9b7a5e |
EUC-JP | ?孵?孵^ | 00111111110101011101101100111111110101011101101101011110 | 3fd5db3fd5db5e |
UTF-8 | 렺孵렺孵^ | 11101011101000001011101011100101101011011011010111101011101000001011101011100101101011011011010101011110 | eba0bae5adb5eba0bae5adb55e |
UHC | 렺孵렺孵^ | 100011101100001011011101101000101000111011000010110111011010001001011110 | 8ec2dda28ec2dda25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)