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 | 醇羞暑 | 100011111000011011100011101101011000111110001011 | 8f86e3b58f8b |
EUC-JP | 醇羞暑 | 101111011110011011100110101101111011110111101011 | bde6e6b7bdeb |
UTF-8 | 醇羞暑 | 111010011000011010000111111001111011111010011110111001101001101010010001 | e98687e7be9ee69a91 |
UHC | 醇羞暑 | 111000101111010111100010101110101101111111110100 | e2f5e2badff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)