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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竪達測巽蔵 | 10010010010001111001001001000010100100011010101010010010010001101001000110100000 | 9247924291aa924691a0 |
EUC-JP | 竪達測巽蔵 | 11000011101010001100001110100011110000101010110011000011101001111100001010100010 | c3a8c3a3c2acc3a7c2a2 |
UTF-8 | 竪達測巽蔵 | 111001111010101110101010111010011000000110010100111001101011100010101100111001011011011110111101111010001001010010110101 | e7abaae98194e6b8ace5b7bde894b5 |
UHC | 竪達測巽? | 111000101011010111010011101110011111011010110100111000011101111000111111 | e2b5d3b9f6b4e1de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)