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 | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 覦箜★oBF | 111001100100111111100010101100011000000110011010011011110100001001000110 | e64fe2b1819a6f4246 |
EUC-JP | 覦箜★oBF | 111010111011000011100100101100111010000111111010011011110100001001000110 | ebb0e4b3a1fa6f4246 |
UTF-8 | 覦箜★oBF | 111010001010011010100110111001111010111010011100111000101001100010000101011011110100001001000110 | e8a6a6e7ae9ce298856f4246 |
UHC | ??★oBF | 00111111001111111010000111011010011011110100001001000110 | 3f3fa1da6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)