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 | 10001001011010010011111100111111100010111000001100111111011011110100001001000110 | 89693f3f8b833f6f4246 |
EUC-JP | 永??泣?oBF | 10110001110010100011111100111111101101011110001100111111011011110100001001000110 | b1ca3f3fb5e33f6f4246 |
UTF-8 | 永띠룊泣륤oBF | 111001101011000010111000111010111001110110100000111010111010001110001010111001101011001110100011111010111010010110100100011011110100001001000110 | e6b0b8eb9da0eba38ae6b3a3eba5a46f4246 |
UHC | 永띠룊泣륤oBF | 11100111101101011011011011101100100011111000100111101011111010001001000001001001011011110100001001000110 | e7b5b6ec8f89ebe890496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)