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 | 劑?重? | 100110011001110100111111100011110110010000111111 | 999d3f8f643f |
EUC-JP | 劑?重? | 110100011111110100111111101111011100010100111111 | d1fd3fbdc53f |
UTF-8 | 劑렓重렗 | 111001011000101010010001111010111010000010010011111010011000011110001101111010111010000010010111 | e58a91eba093e9878deba097 |
UHC | 劑렓重렗 | 1111000010100101100011101010100011110001111011001000111010101100 | f0a58ea8f1ec8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)