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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 圓閏? | 1001101010100010100010010101101100111111 | 9aa2895b3f |
EUC-JP | 圓閏? | 1101010010100100101100011011110000111111 | d4a4b1bc3f |
UTF-8 | 圓閏쌩 | 111001011001110010010011111010011001011010001111111011001000110010101001 | e59c93e9968fec8ca9 |
UHC | 圓閏쌩 | 111010101010110111101011110011101011110111011111 | eaadebcebddf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)