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 | ??????} | 00111111001111110011111100111111001111110011111101111101 | 3f3f3f3f3f3f7d |
SJIS-WIN | ?譚?大??} | 001111111110011010011101001111111001000111100101001111110011111101111101 | 3fe69d3f91e53f3f7d |
EUC-JP | ?譚?大??} | 001111111110101111111101001111111100001011100111001111110011111101111101 | 3febfd3fc2e73f3f7d |
UTF-8 | 렺譚렺大렻렕} | 11101011101000001011101011101000101011011001101011101011101000001011101011100101101001001010011111101011101000001011101111101011101000001001010101111101 | eba0bae8ad9aeba0bae5a4a7eba0bbeba0957d |
UHC | 렺譚렺大렻렕} | 10001110110000101101001111001001100011101100001011010011110111101000111011000011100011101010101001111101 | 8ec2d3c98ec2d3de8ec38eaa7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)