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 | 莪随蒐 | 111001001010111010010000100011111000111101001110 | e4ae908f8f4e |
EUC-JP | 莪随蒐 | 111010001011000010111111111011111011110110101111 | e8b0bfefbdaf |
UTF-8 | 莪随蒐 | 111010001000111010101010111010011001101010001111111010001001001010010000 | e88eaae99a8fe89290 |
UHC | 莪?蒐 | 1110010010110101001111111110001010111101 | e4b53fe2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)