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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | モ裨ソP | 1101001111100101111010011011111101010000 | d3e5e9bf50 |
EUC-JP | モ裨ソP | 10001110110100111110101011101011100011101011111101010000 | 8ed3eaeb8ebf50 |
UTF-8 | モ裨ソP | 11101111101111101001001111101000101000111010100011101111101111011011111101010000 | efbe93e8a3a8efbdbf50 |
UHC | ?裨?P | 0011111111011110101001010011111101010000 | 3fdea53f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)