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 | 慂本ハ | 100111001100100010010110011110111000001101101110 | 9cc8967b836e |
EUC-JP | 慂本ハ | 110110001100101011001011110111001010010111001111 | d8cacbdca5cf |
UTF-8 | 慂本ハ | 111001101000010110000010111001101001110010101100111000111000001110001111 | e68582e69cace3838f |
UHC | 慂本ハ | 111010011011110111011100111000101010101111001111 | e9bddce2abcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)