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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ?侁? | 0011111110001111101100001111110000111111 | 3f8fb0fc3f |
UTF-8 | 잯侁삟 | 111011001001111010101111111001001011111010000001111011001000001010011111 | ec9eafe4be81ec829f |
UHC | 잯侁삟 | 100111111111100011100011111000001001100010100010 | 9ff8e3e098a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)