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 | 魄溽エ | 1110100110101110100111111110011110110100 | e9ae9fe7b4 |
EUC-JP | 魄溽エ | 111100101011000011011110111010011000111010110100 | f2b0dee98eb4 |
UTF-8 | 魄溽エ | 111010011010110110000100111001101011101010111101111011111011110110110100 | e9ad84e6babdefbdb4 |
UHC | 魄?? | 11011011110111100011111100111111 | dbde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)