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 | 縡?桀 | 1110001101110001001111111001111001111011 | e3713f9e7b |
EUC-JP | 縡?桀 | 1110010111010010001111111101101111011100 | e5d23fdbdc |
UTF-8 | 縡닻桀 | 111001111011100010100001111010111000101110111011111001101010000110000000 | e7b8a1eb8bbbe6a180 |
UHC | 縡닻桀 | 111011101010110110110100111010011100101111111010 | eeadb4e9cbfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)