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 | 期?瓜 | 1000101011111010001111111000100101011010 | 8afa3f895a |
EUC-JP | 期?瓜 | 1011010011111100001111111011000110111011 | b4fc3fb1bb |
UTF-8 | 期뤝瓜 | 111001101001110010011111111010111010010010011101111001111001001110011100 | e69c9feba49de7939c |
UHC | 期뤝瓜 | 110100011010001010001111110011001100110111111110 | d1a28fcccdfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)