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?DV?G}B | 00111111010000000110110100111111010001000101011000111111010001110111110101000010 | 3f406d3f44563f477d42 |
SJIS-WIN | ?@m?DV?G}B | 00111111010000000110110100111111010001000101011000111111010001110111110101000010 | 3f406d3f44563f477d42 |
EUC-JP | ?@m?DV?G}B | 00111111010000000110110100111111010001000101011000111111010001110111110101000010 | 3f406d3f44563f477d42 |
UTF-8 | 혪@m혪DV혪G}B | 11101101100110001010101001000000011011011110110110011000101010100100010001010110111011011001100010101010010001110111110101000010 | ed98aa406ded98aa4456ed98aa477d42 |
UHC | 혪@m혪DV혪G}B | 11000010100100100100000001101101110000101001001001000100010101101100001010010010010001110111110101000010 | c292406dc2924456c292477d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)