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 | 岺懈ウ | 1111101010101101100111001110011010110011 | faad9ce6b3 |
EUC-JP | 岺懈ウ | 10001111101110111011100011011000111010001000111010110011 | 8fbbb8d8e88eb3 |
UTF-8 | 岺懈ウ | 111001011011001010111010111001101000011110001000111011111011110110110011 | e5b2bae68788efbdb3 |
UHC | 岺懈? | 1101011010111001111110101010101100111111 | d6b9faab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)