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 | ?????oBF | 0011111100111111001111110011111100111111011011110100001001000110 | 3f3f3f3f3f6f4246 |
SJIS-WIN | ツ偲鳴偲儉oBF | 110000101000111011000011100101101100001010001110110000111001100101001100011011110100001001000110 | c28ec396c28ec3994c6f4246 |
EUC-JP | ツ偲鳴偲儉oBF | 10001110110000101011110011000101110011001100010010111100110001011101000110101101011011110100001001000110 | 8ec2bcc5ccc4bcc5d1ad6f4246 |
UTF-8 | ツ偲鳴偲儉oBF | 111011111011111010000010111001011000000110110010111010011011001110110100111001011000000110110010111001011000010010001001011011110100001001000110 | efbe82e581b2e9b3b4e581b2e584896f4246 |
UHC | ??鳴?儉oBF | 00111111001111111101100110110000001111111100101111111011011011110100001001000110 | 3f3fd9b03fcbfb6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)