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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ催猟臣 | 11000010100011011100001110010111110000101001000001100010 | c28dc397c29062 |
EUC-JP | ツ催猟臣 | 1000111011000010101110101100010111001110110001001011111111000011 | 8ec2bac5cec4bfc3 |
UTF-8 | ツ催猟臣 | 111011111011111010000010111001011000001010101100111001111000110010011111111010001000011110100011 | efbe82e582ace78c9fe887a3 |
UHC | ?催?臣 | 001111111111010111001010001111111110001111101101 | 3ff5ca3fe3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)