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 | ?蝦荊?? | 00111111100010011101101010001100011101000011111100111111 | 3f89da8c743f3f |
EUC-JP | ?蝦荊?? | 00111111101100101101110010110111110101010011111100111111 | 3fb2dcb7d53f3f |
UTF-8 | 뤋蝦荊컣폀 | 111010111010010010001011111010001001110110100110111010001000110110001010111011001011101110100011111011011000111110000000 | eba48be89da6e88d8aecbba3ed8f80 |
UHC | 뤋蝦荊컣폀 | 10001111101110111111100111000100111110111010101010110000100011101011110010001111 | 8fbbf9c4fbaab08ebc8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)