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 | フルフルヌ | 110011001101100111110010101100001100110011011001110001111111001001011110 | ccd9f2b0ccd9c7f25e |
EUC-JP | フル?フルヌ? | 100011101100110010001110110110010011111110001110110011001000111011011001100011101100011100111111 | 8ecc8ed93f8ecc8ed98ec73f |
UTF-8 | フルフルヌ | 111011111011111010001100111011111011111010011001111011101000011110100111111011111011111010001100111011111011111010011001111011111011111010000111111011101000011010010110 | efbe8cefbe99ee87a7efbe8cefbe99efbe87ee8696 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)