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 | 慾?慾 | 1001011101111100001111111001011101111100 | 977c3f977c |
EUC-JP | 慾?慾 | 1100110111011101001111111100110111011101 | cddd3fcddd |
UTF-8 | 慾뭜慾 | 111001101000010110111110111010111010110110011100111001101000010110111110 | e685beebad9ce685be |
UHC | 慾뭜慾 | 111010011010111110010010011010001110100110101111 | e9af9268e9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)