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 | 躍δ?怏 | 10010110111101001000001111000010001111111001110010001001 | 96f483c23f9c89 |
EUC-JP | 躍δ?怏 | 11001100111101101010011011000100001111111101011111101001 | ccf6a6c43fd7e9 |
UTF-8 | 躍δ퐰怏 | 1110100010111010100011011100111010110100111011011001000010110000111001101000000010001111 | e8ba8dceb4ed90b0e6808f |
UHC | 躍δ퐰怏 | 1110010110111000101001011110010010111101100110011110010011101000 | e5b8a5e4bd99e4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)