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 | 奪辰其谷尊 | 10010010010001001001001001000011100100011011010010010010010010101001000110111000 | 9244924391b4924a91b8 |
EUC-JP | 奪辰其谷尊 | 11000011101001011100001110100100110000101011011011000011101010111100001010111010 | c3a5c3a4c2b6c3abc2ba |
UTF-8 | 奪辰其谷尊 | 111001011010010110101010111010001011111010110000111001011000010110110110111010001011000010110111111001011011000010001010 | e5a5aae8beb0e585b6e8b0b7e5b08a |
UHC | 奪辰其谷尊 | 11110111101011001111001011100011110100001110110011001101110110111111000011101110 | f7acf2e3d0eccddbf0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)