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 | 裁棒? | 1000110111011001100101100101111100111111 | 8dd9965f3f |
EUC-JP | 裁棒? | 1011101011011011110010111100000000111111 | badbcbc03f |
UTF-8 | 裁棒렡 | 111010001010001110000001111001101010001110010010111010111010000010100001 | e8a381e6a392eba0a1 |
UHC | 裁棒렡 | 111011101010111011011100111010101000111010110010 | eeaedcea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)