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 | 逑丞朕 | 111001111001001110001111111001011001001010111101 | e7938fe592bd |
EUC-JP | 逑丞朕 | 111011011111001110111110111001111100010010111111 | edf3bee7c4bf |
UTF-8 | 逑丞朕 | 111010011000000010010001111001001011100010011110111001101001110010010101 | e98091e4b89ee69c95 |
UHC | 逑丞朕 | 110011111100011111100011101010101111001011111001 | cfc7e3aaf2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)