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 | 狄瑜皺 | 111000001011110111100000111011111110000110110000 | e0bde0efe1b0 |
EUC-JP | 狄瑜皺 | 111000001011111111100000111100011110001010110010 | e0bfe0f1e2b2 |
UTF-8 | 狄瑜皺 | 111001111000101110000100111001111001000110011100111001111001101010111010 | e78b84e7919ce79aba |
UHC | 狄瑜皺 | 111011101101101011101011101001011111010111010100 | eedaeba5f5d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)