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 | ????M?? | 00111111001111110011111100111111010011010011111100111111 | 3f3f3f3f4d3f3f |
SJIS-WIN | ????M?? | 00111111001111110011111100111111010011010011111100111111 | 3f3f3f3f4d3f3f |
EUC-JP | ????M?? | 00111111001111110011111100111111010011010011111100111111 | 3f3f3f3f4d3f3f |
UTF-8 | 렺젱렻렓M렺젱 | 11101011101000001011101011101100101000001011000111101011101000001011101111101011101000001001001101001101111010111010000010111010111011001010000010110001 | eba0baeca0b1eba0bbeba0934deba0baeca0b1 |
UHC | 렺젱렻렓M렺젱 | 10001110110000101100000110101101100011101100001110001110101010000100110110001110110000101100000110101101 | 8ec2c1ad8ec38ea84d8ec2c1ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)