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 | 爵消ヲ | 1000111011011101100011111100000110100110 | 8edd8fc1a6 |
EUC-JP | 爵消ヲ | 101111001101111110111110110000111000111010100110 | bcdfbec38ea6 |
UTF-8 | 爵消ヲ | 111001111000100010110101111001101011011010001000111011111011110110100110 | e788b5e6b688efbda6 |
UHC | 爵消? | 1110110111001001111000011011110000111111 | edc9e1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)