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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | フフ。゙ヘウ | 1100110011110001101001101100110010100001110111101100110110110011 | ccf1a6cca1decdb3 |
EUC-JP | フ?フ。゙ヘウ | 10001110110011000011111110001110110011001000111010100001100011101101111010001110110011011000111010110011 | 8ecc3f8ecc8ea18ede8ecd8eb3 |
UTF-8 | フフ。゙ヘウ | 111011111011111010001100111011101000010010100001111011111011111010001100111011111011110110100001111011111011111010011110111011111011111010001101111011111011110110110011 | efbe8cee84a1efbe8cefbda1efbe9eefbe8defbdb3 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)