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 | 賊弄? | 1001000110101111100110000100110100111111 | 91af984d3f |
EUC-JP | 賊弄? | 1100001010110001110011111010111000111111 | c2b1cfae3f |
UTF-8 | 賊弄렱 | 111010001011001110001010111001011011110010000100111010111010000010110001 | e8b38ae5bc84eba0b1 |
UHC | 賊弄렱 | 111011101110010011010110111001111000111010111110 | eee4d6e78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)