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 | 終褐滾 | 100011110100100110001010100011001001111111110110 | 8f498a8c9ff6 |
EUC-JP | 終褐滾 | 101111011010101010110011111011001101111011111000 | bdaab3ecdef8 |
UTF-8 | 終褐滾 | 111001111011010110000010111010001010010010010000111001101011101110111110 | e7b582e8a490e6bbbe |
UHC | 終褐滾 | 111100001111101111001010111010001100110111100011 | f0fbcae8cde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)