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 | 渦?洌 | 1000100101010001001111111001111110101110 | 89513f9fae |
EUC-JP | 渦?洌 | 1011000110110010001111111101111010110000 | b1b23fdeb0 |
UTF-8 | 渦대洌 | 111001101011100010100110111010111000110010000000111001101011010010001100 | e6b8a6eb8c80e6b48c |
UHC | 渦대洌 | 111010001011111010110100111010111101011010101100 | e8beb4ebd6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)