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 | 紲種習 | 111000110100011110001110111011011000111101001011 | e3478eed8f4b |
EUC-JP | 紲種習 | 111001011010100010111100111011111011110110101100 | e5a8bcefbdac |
UTF-8 | 紲種習 | 111001111011010010110010111001111010100010101110111001111011111110010010 | e7b4b2e7a8aee7bf92 |
UHC | ?種習 | 0011111111110000111110101110001110100111 | 3ff0fae3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)