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 | 媛?? | 10010101010100010011111100111111 | 95513f3f |
EUC-JP | 媛?? | 11001001101100100011111100111111 | c9b23f3f |
UTF-8 | 媛븀렜 | 111001011010101010011011111010111011100010000000111010111010000010011100 | e5aa9bebb880eba09c |
UHC | 媛븀렜 | 111010101011000010111010111001111000111010101110 | eab0bae78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)