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 | 褻念鬣咲 | 1110010111110110100101000100111111101001101001011000110111100111 | e5f6944fe9a58de7 |
EUC-JP | 褻念鬣咲 | 1110101011111000110001111011000011110010101001111011101011101001 | eaf8c7b0f2a7bae9 |
UTF-8 | 褻念鬣咲 | 111010001010010010111011111001011011111110110101111010011010110010100011111001011001001010110010 | e8a4bbe5bfb5e9aca3e592b2 |
UHC | 褻念?? | 111000001110000111010010101101110011111100111111 | e0e1d2b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)