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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?領普???^ | 001111111001011111001100100101011000000100111111001111110011111101011110 | 3f97cc95813f3f3f5e |
EUC-JP | ?領普???^ | 001111111100111011001110110010011110000100111111001111110011111101011110 | 3fcecec9e13f3f3f5e |
UTF-8 | 렻領普렋렻렧^ | 11101011101000001011101111101001101000001001100011100110100110011010111011101011101000001000101111101011101000001011101111101011101000001010011101011110 | eba0bbe9a098e699aeeba08beba0bbeba0a75e |
UHC | 렻領普렋렻렧^ | 10001110110000111101011011000101110111001100010110001110101000101000111011000011100011101011011001011110 | 8ec3d6c5dcc58ea28ec38eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)