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 | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
SJIS-WIN | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
EUC-JP | ???????v | 0011111100111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f3f76 |
UTF-8 | 렻렕렺꼽렒렺렠v | 11101011101000001011101111101011101000001001010111101011101000001011101011101010101111001011110111101011101000001001001011101011101000001011101011101011101000001010000001110110 | eba0bbeba095eba0baeabcbdeba092eba0baeba0a076 |
UHC | 렻렕렺꼽렒렺렠v | 100011101100001110001110101010101000111011000010101100101100010110001110101001111000111011000010100011101011000101110110 | 8ec38eaa8ec2b2c58ea78ec28eb176 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)