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 | 逑皮挑 | 111001111001001110010100111001111001001010100111 | e79394e792a7 |
EUC-JP | 逑皮挑 | 111011011111001111001000111010011100010010101001 | edf3c8e9c4a9 |
UTF-8 | 逑皮挑 | 111010011000000010010001111001111001101010101110111001101000110010010001 | e98091e79aaee68c91 |
UHC | 逑皮挑 | 110011111100011111111001101010111101001111111011 | cfc7f9abd3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)