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 | 篌∬犬 | 111000101011101010000001111010001000110010100010 | e2ba81e88ca2 |
EUC-JP | 篌∬犬 | 111001001011110010100010111010101011100010100100 | e4bca2eab8a4 |
UTF-8 | 篌∬犬 | 111001111010111110001100111000101000100010101100111001111000101010101100 | e7af8ce288ace78aac |
UHC | ?∬犬 | 0011111110100001111100111100110010110011 | 3fa1f3ccb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)