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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 尊但谷速 | 1001000110111000100100100100000110010010010010101001000110101100 | 91b89241924a91ac |
EUC-JP | 尊但谷速 | 1100001010111010110000111010001011000011101010111100001010101110 | c2bac3a2c3abc2ae |
UTF-8 | 尊但谷速 | 111001011011000010001010111001001011110110000110111010001011000010110111111010011000000010011111 | e5b08ae4bd86e8b0b7e9809f |
UHC | 尊但谷速 | 1111000011101110110100111010001111001101110110111110000111011100 | f0eed3a3cddbe1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)