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 | 渦c? | 1000100101010001100000101000001100111111 | 895182833f |
EUC-JP | 渦c? | 1011000110110010101000111110001100111111 | b1b2a3e33f |
UTF-8 | 渦c굞 | 111001101011100010100110111011111011110110000011111010101011010110011110 | e6b8a6efbd83eab59e |
UHC | 渦c굞 | 111010001011111010100011111000111000001010000110 | e8bea3e38286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)