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? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | 娃??M梧 | 10001000101000010011111100111111010011011000110011100110 | 88a13f3f4d8ce6 |
EUC-JP | 娃??M梧 | 10110000101000110011111100111111010011011011100011101000 | b0a33f3f4db8e8 |
UTF-8 | 娃륅쉭M梧 | 11100101101010001000001111101011101001011000010111101100100010011010110101001101111001101010001010100111 | e5a883eba585ec89ad4de6a2a7 |
UHC | 娃륅쉭M梧 | 111010001101111110001111111011111011110110101101010011011110011111111100 | e8df8fefbdad4de7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)