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 | 劑???績 | 10011001100111010011111100111111001111111001000011010001 | 999d3f3f3f90d1 |
EUC-JP | 劑?珽?績 | 110100011111110100111111100011111100101111111110001111111100000011010011 | d1fd3f8fcbfe3fc0d3 |
UTF-8 | 劑렡珽렰績 | 111001011000101010010001111010111010000010100001111001111000111110111101111010111010000010110000111001111011100010111110 | e58a91eba0a1e78fbdeba0b0e7b8be |
UHC | 劑렡珽렰績 | 11110000101001011000111010110010111011111110101010001110101111011110111011100000 | f0a58eb2efea8ebdeee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)