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 | 棹○楯 | 100111101010100010000001100110111000111101111100 | 9ea8819b8f7c |
EUC-JP | 棹○楯 | 110111001010101010100001111110111011110111011101 | dcaaa1fbbddd |
UTF-8 | 棹○楯 | 111001101010001110111001111000101001011110001011111001101010010110101111 | e6a3b9e2978be6a5af |
UHC | 棹○楯 | 110101001010000110100001110110111110001011100100 | d4a1a1dbe2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)