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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 郢堤性貂シ | 111001111011100110010010111001111001000010101011111001101011100010111100 | e7b992e790abe6b8bc |
EUC-JP | 郢堤性貂シ | 11101110101110111100010011101001110000001010110111101100101110101000111010111100 | eebbc4e9c0adecba8ebc |
UTF-8 | 郢堤性貂シ | 111010011000001110100010111001011010000010100100111001101000000010100111111010001011001010000010111011111011110110111100 | e983a2e5a0a4e680a7e8b282efbdbc |
UHC | ?堤性貂? | 0011111111110000101001111110000011110101111101011011000000111111 | 3ff0a7e0f5f5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)