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??B | 00111111001111110011111101001101001111110011111101000010 | 3f3f3f4d3f3f42 |
SJIS-WIN | ???M??B | 00111111001111110011111101001101001111110011111101000010 | 3f3f3f4d3f3f42 |
EUC-JP | ???M??B | 00111111001111110011111101001101001111110011111101000010 | 3f3f3f4d3f3f42 |
UTF-8 | 혦쩐청M혦횋B | 1110110110011000101001101110110010101001100100001110110010110010101011010100110111101101100110001010011011101101100110101000101101000010 | ed98a6eca990ecb2ad4ded98a6ed9a8b42 |
UHC | 혦쩐청M혦횋B | 110000101000111011000010101111101100001110111011010011011100001010001110110000111000100101000010 | c28ec2bec3bb4dc28ec38942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)