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 | 炭贈賊側 | 1001001001011001100100011010000110010001101011111001000110100100 | 925991a191af91a4 |
EUC-JP | 炭贈賊側 | 1100001110111010110000101010001111000010101100011100001010100110 | c3bac2a3c2b1c2a6 |
UTF-8 | 炭贈賊側 | 111001111000001010101101111010001011010010001000111010001011001110001010111001011000000110110100 | e782ade8b488e8b38ae581b4 |
UHC | 炭贈賊側 | 1111011110101001111100011111110011101110111001001111011010110000 | f7a9f1fceee4f6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)