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 | 萬緒酬 | 111001001101110110001111100011111000111101010110 | e4dd8f8f8f56 |
EUC-JP | 萬緒酬 | 111010001101111110111101111011111011110110110111 | e8dfbdefbdb7 |
UTF-8 | 萬緒酬 | 111010001001000010101100111001111011011110010010111010011000010110101100 | e890ace7b792e985ac |
UHC | 萬?酬 | 1101100010111111001111111110001011000110 | d8bf3fe2c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)