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 | 劑?k宜? | 1001100110011101001111111000001010001011100010110101100000111111 | 999d3f828b8b583f |
EUC-JP | 劑?k宜? | 1101000111111101001111111010001111101011101101011011100100111111 | d1fd3fa3ebb5b93f |
UTF-8 | 劑屢k宜렧 | 111001011000101010010001111011111010010110001011111011111011110110001011111001011010111010011100111010111010000010100111 | e58a91efa58befbd8be5ae9ceba0a7 |
UHC | 劑屢k宜렧 | 11110000101001011101001011100101101000111110101111101011111100011000111010110110 | f0a5d2e5a3ebebf18eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)