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 | 褻伎ケ賀 | 11100101111101101000101011101010101110011000100111101010 | e5f68aeab989ea |
EUC-JP | 褻伎ケ賀 | 1110101011111000101101001110110010001110101110011011001011101100 | eaf8b4ec8eb9b2ec |
UTF-8 | 褻伎ケ賀 | 111010001010010010111011111001001011110010001110111011111011110110111001111010001011001110000000 | e8a4bbe4bc8eefbdb9e8b380 |
UHC | 褻伎?賀 | 11100000111000011101000011101011001111111111100111000101 | e0e1d0eb3ff9c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)