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 | 遒作ア | 1110011110100010100011011110110010110001 | e7a28decb1 |
EUC-JP | 遒作ア | 111011101010010010111010111011101000111010110001 | eea4baee8eb1 |
UTF-8 | 遒作ア | 111010011000000110010010111001001011110110011100111011111011110110110001 | e98192e4bd9cefbdb1 |
UHC | ?作? | 00111111111011011100001000111111 | 3fedc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)