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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 劑?蹄? | 100110011001110100111111100100101111101100111111 | 999d3f92fb3f |
EUC-JP | 劑?蹄? | 110100011111110100111111110001001111110100111111 | d1fd3fc4fd3f |
UTF-8 | 劑렰蹄렰 | 111001011000101010010001111010111010000010110000111010001011100110000100111010111010000010110000 | e58a91eba0b0e8b984eba0b0 |
UHC | 劑렰蹄렰 | 1111000010100101100011101011110111110000101101001000111010111101 | f0a58ebdf0b48ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)