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 | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
SJIS-WIN | 他奪樽息oBF | 1001000110111100100100100100010010010010010011011001000110100111011011110100001001000110 | 91bc9244924d91a76f4246 |
EUC-JP | 他奪樽息oBF | 1100001010111110110000111010010111000011101011101100001010101001011011110100001001000110 | c2bec3a5c3aec2a96f4246 |
UTF-8 | 他奪樽息oBF | 111001001011101110010110111001011010010110101010111001101010100010111101111001101000000110101111011011110100001001000110 | e4bb96e5a5aae6a8bde681af6f4246 |
UHC | 他奪樽息oBF | 1111011011100010111101111010110011110001110111001110001111010011011011110100001001000110 | f6e2f7acf1dce3d36f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)