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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | モル鉎レムQ] | 1101001111011001111110111100011111011010110100010101000101011101 | d3d9fbc7dad1515d |
EUC-JP | モル鉎レムQ] | 10001110110100111000111011011001100011111110001111011111100011101101101010001110110100010101000101011101 | 8ed38ed98fe3df8eda8ed1515d |
UTF-8 | モル鉎レムQ] | 1110111110111110100100111110111110111110100110011110100110001001100011101110111110111110100110101110111110111110100100010101000101011101 | efbe93efbe99e9898eefbe9aefbe91515d |
UHC | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)