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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄙慕ソ | 1110011110111111100101011110011110111111 | e7bf95e7bf |
EUC-JP | 鄙慕ソ | 111011101100000111001010111010011000111010111111 | eec1cae98ebf |
UTF-8 | 鄙慕ソ | 111010011000010010011001111001101000010110010101111011111011110110111111 | e98499e68595efbdbf |
UHC | 鄙慕? | 1101111010101001110110011011011100111111 | dea9d9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)