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 | 裙び喜化韲 | 11100101111000111000001011010001100010101110110010001001101110111110100011101100 | e5e382d18aec89bbe8ec |
EUC-JP | 裙び喜化韲 | 11101010111001011010010011010011101101001110111010110010101111011111000011101110 | eae5a4d3b4eeb2bdf0ee |
UTF-8 | 裙び喜化韲 | 111010001010001110011001111000111000000110110011111001011001011010011100111001011000110010010110111010011001111110110010 | e8a399e381b3e5969ce58c96e99fb2 |
UHC | 裙び喜化? | 110011111101100110101010110100111111110111101100111110111111100100111111 | cfd9aad3fdecfbf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)