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 | 娃←? | 1000100010100001100000011010100100111111 | 88a181a93f |
EUC-JP | 娃←? | 1011000010100011101000101010101100111111 | b0a3a2ab3f |
UTF-8 | 娃←뮲 | 111001011010100010000011111000101000011010010000111010111010111010110010 | e5a883e28690ebaeb2 |
UHC | 娃←뮲 | 111010001101111110100001111001111001001010111011 | e8dfa1e792bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)