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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ?蝦庭?\ | 00111111100010011101101010010010111010110011111101011100 | 3f89da92eb3f5c |
EUC-JP | ?蝦庭?\ | 00111111101100101101110011000100111011010011111101011100 | 3fb2dcc4ed3f5c |
UTF-8 | 뤋蝦庭촍\ | 11101011101001001000101111101000100111011010011011100101101110101010110111101100101101001000110101011100 | eba48be89da6e5baadecb48d5c |
UHC | 뤋蝦庭촍\ | 100011111011101111111001110001001110111111010100101011000100110001011100 | 8fbbf9c4efd4ac4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)