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? | 00111111001111110100110100111111 | 3f3f4d3f |
SJIS-WIN | 裴シM粮 | 111001011110100010111100010011011110001011101100 | e5e8bc4de2ec |
EUC-JP | 裴シM粮 | 11101010111010101000111010111100010011011110010011101110 | eaea8ebc4de4ee |
UTF-8 | 裴シM粮 | 11101000101000111011010011101111101111011011110001001101111001111011001010101110 | e8a3b4efbdbc4de7b2ae |
UHC | 裴?M粮 | 110110111101000000111111010011011101010111011011 | dbd03f4dd5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)