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 | 0011111101001101001111110011111100111111001111110011111101000010 | 3f4d3f3f3f3f3f42 |
SJIS-WIN | ?M?????B | 0011111101001101001111110011111100111111001111110011111101000010 | 3f4d3f3f3f3f3f42 |
EUC-JP | ?M?????B | 0011111101001101001111110011111100111111001111110011111101000010 | 3f4d3f3f3f3f3f42 |
UTF-8 | 혪M횪횤혖혞혥B | 1110110110011000101010100100110111101101100110101010101011101101100110101010010011101101100110001001011011101101100110001001111011101101100110001010010101000010 | ed98aa4ded9aaaed9aa4ed9896ed989eed98a542 |
UHC | 혪M횪횤혖혞혥B | 1100001010010010010011011100001110100000110000111001101111000010100000011100001010001000110000101000110101000010 | c2924dc3a0c39bc281c288c28d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)