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 | 郢戊匠 | 111001111011100110010101111010001000111110100000 | e7b995e88fa0 |
EUC-JP | 郢戊匠 | 111011101011101111001010111010101011111010100010 | eebbcaeabea2 |
UTF-8 | 郢戊匠 | 111010011000001110100010111001101000100010001010111001011000110010100000 | e983a2e6888ae58ca0 |
UHC | ?戊匠 | 0011111111011001111001101110110111011101 | 3fd9e6eddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)