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 | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
SJIS-WIN | 谷促尊[BF | 100100100100101010010001101000111001000110111000010110110100001001000110 | 924a91a391b85b4246 |
EUC-JP | 谷促尊[BF | 110000111010101111000010101001011100001010111010010110110100001001000110 | c3abc2a5c2ba5b4246 |
UTF-8 | 谷促尊[BF | 111010001011000010110111111001001011111110000011111001011011000010001010010110110100001001000110 | e8b0b7e4bf83e5b08a5b4246 |
UHC | 谷促尊[BF | 110011011101101111110101101101011111000011101110010110110100001001000110 | cddbf5b5f0ee5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)