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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???⇒菲 | 00111111001111110011111110000001110010111110010011001001 | 3f3f3f81cbe4c9 |
EUC-JP | ???⇒菲 | 00111111001111110011111110100010110011011110100011001011 | 3f3f3fa2cde8cb |
UTF-8 | 룶깰룶⇒菲 | 111010111010001110110110111010101011100110110000111010111010001110110110111000101000011110010010111010001000111110110010 | eba3b6eab9b0eba3b6e28792e88fb2 |
UHC | 룶깰룶⇒菲 | 10001111101010111011000111111101100011111010101110100010101000011101111010100011 | 8fabb1fd8faba2a1dea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)