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 | 繒?檳 | 1111101110001111001111111001111101000110 | fb8f3f9f46 |
EUC-JP | 繒?檳 | 100011111101010011010100001111111101110110100111 | 8fd4d43fdda7 |
UTF-8 | 繒멱檳 | 111001111011100110010010111010111010100110110001111001101010101010110011 | e7b992eba9b1e6aab3 |
UHC | 繒멱檳 | 111100011111100110111000111010001101111010110001 | f1f9b8e8deb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)