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 | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-WIN | ツ渉ォツ、[ | 11000010100011111100001010101011110000101010010001011011 | c28fc2abc2a45b |
EUC-JP | ツ渉ォツ、[ | 1000111011000010101111101100010010001110101010111000111011000010100011101010010001011011 | 8ec2bec48eab8ec28ea45b |
UTF-8 | ツ渉ォツ、[ | 11101111101111101000001011100110101110001000100111101111101111011010101111101111101111101000001011101111101111011010010001011011 | efbe82e6b889efbdabefbe82efbda45b |
UHC | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)