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 | 墻ワ? | 1001101011010100100000111000111100111111 | 9ad4838f3f |
EUC-JP | 墻ワ? | 1101010011010110101001011110111100111111 | d4d6a5ef3f |
UTF-8 | 墻ワ풙 | 111001011010001010111011111000111000001110101111111011011001001010011001 | e5a2bbe383afed9299 |
UHC | 墻ワ풙 | 111011011101111110101011111011111011111010011100 | eddfabefbe9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)