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 | 粢朱オ | 1110001011100101100011101110100110110101 | e2e58ee9b5 |
EUC-JP | 粢朱オ | 111001001110011110111100111010111000111010110101 | e4e7bceb8eb5 |
UTF-8 | 粢朱オ | 111001111011001010100010111001101001110010110001111011111011110110110101 | e7b2a2e69cb1efbdb5 |
UHC | ?朱? | 00111111111100011011100100111111 | 3ff1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)